1.0.7 • Published 7 years ago

couchbase-ogm v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-native-couchbase-lite

Disclaimer

This package is not an official couchbase plugin and is not supported in any way by couchbase.

Installation

  1. Create a new React Native project.

    react-native init <project-name>
  2. Navigate to your project directory and install the plugin.

    cd <project-name>
    npm install couchbase-ogm --save
  3. Link the native libraries.

    react-native link couchbase-ogm

    iOS only

    Download the Couchbase Lite iOS SDK from here and drag CouchbaseLite.framework, CouchbaseLiteListener.framework, CBLRegisterJSViewCompiler.h, libCBLJSViewCompiler.a in the Xcode project.

    npm.io

  4. Start React Native.

    react-native start
  5. Build and run for iOS/Android.

Getting Started

Check the ExampleIndex.android.js to see an example implementation of the library

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago