react-native-magloft-stub

1.0.3 • Public • Published

react-native-magloft-stub

Getting started

$ npm install react-native-magloft-stub --save

Mostly automatic installation

$ react-native link react-native-magloft-stub

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-magloft-stub and add RNMagloftStub.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNMagloftStub.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNMagloftStubPackage; to the imports at the top of the file
  • Add new RNMagloftStubPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-magloft-stub'
    project(':react-native-magloft-stub').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-magloft-stub/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-magloft-stub')
    

Usage

import RNMagloftStub from 'react-native-magloft-stub';
 
// TODO: What to do with the module?
RNMagloftStub;

Dependents (0)

Package Sidebar

Install

npm i react-native-magloft-stub

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

19.4 kB

Total Files

24

Last publish

Collaborators

  • tstrebitzer