0.2.18 • Published 6 years ago
@7oussem/react-native-couchbaselite v0.2.18
react-native-couchbaselite
Getting started
$ npm install react-native-couchbaselite --save
Mostly automatic installation
$ react-native link react-native-couchbaselite
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-couchbaseliteand addRNCouchbaseLite.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNCouchbaseLite.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.reactlibrary.RNCouchbaseLitePackage;to the imports at the top of the file - Add
new RNCouchbaseLitePackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-couchbaselite' project(':react-native-couchbaselite').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-couchbaselite/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-couchbaselite')
Windows
- In Visual Studio add the
RNCouchbaseLite.slninnode_modules/react-native-couchbaselite/windows/RNCouchbaseLite.slnfolder to their solution, reference from their app. - Open up your
MainPage.csapp
- Add
using Couchbase.Lite.RNCouchbaseLite;to the usings at the top of the file - Add
new RNCouchbaseLitePackage()to theList<IReactPackage>returned by thePackagesmethod
Usage
import RNCouchbaseLite from 'react-native-couchbaselite';
// TODO: What to do with the module?
RNCouchbaseLite;0.2.18
6 years ago
0.2.16
6 years ago
0.2.15
6 years ago
0.2.13
6 years ago
0.2.12
6 years ago
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago