npm.io
1.0.8 • Published 6 years ago

react-native-brother-project

Licence
MIT
Version
1.0.8
Deps
447
Size
37.0 MB
Vulns
45
Weekly
0

react-native-brother-project

Getting started

$ npm install react-native-brother-project --save

Mostly automatic installation

$ react-native link react-native-brother-project

Manual installation
iOS
  1. In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name]
  2. Go to node_modules ➜ react-native-brother-project and add BrotherProject.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libBrotherProject.a to your project's Build Phases ➜ Link Binary With Libraries
  4. Run your project (Cmd+R)<
Android
  1. Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import com.reactlibrary.BrotherProjectPackage; to the imports at the top of the file
  • Add new BrotherProjectPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-brother-project'
    project(':react-native-brother-project').projectDir = new File(rootProject.projectDir,     '../node_modules/react-native-brother-project/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
    compile project(':react-native-brother-project')

Usage

import BrotherProject from 'react-native-brother-project';

// TODO: What to do with the module?
BrotherProject;

Keywords