1.0.2 • Published 7 years ago
react-native-solke-opendoc v1.0.2
react-native-solke-open-doc
Getting started
$ npm install react-native-solke-open-doc --save
Mostly automatic installation
$ react-native link react-native-solke-open-doc
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-solke-open-docand addRNSolkeOpenDoc.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSolkeOpenDoc.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.solke.openDoc.RNSolkeOpenDocPackage;to the imports at the top of the file - Add
new RNSolkeOpenDocPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-solke-open-doc' project(':react-native-solke-open-doc').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-solke-open-doc/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-solke-open-doc')
Usage
import RNSolkeOpenDoc from 'react-native-solke-open-doc';
// TODO: What to do with the module?
RNSolkeOpenDoc;