davidepellegatta / HotelFinder

Couchbase Lite with React Native Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couchbase Lite demo with React Native

This project is mentioned to showcase the integration between RN and Couchbase Lite. At the current state is available only the android implementation but stay tuned: ios is coming as well.

What you can find here

In this project you can see:

  • how to run your app with a preloaded db
  • How to use Full Text Search indexes
  • How to run joins and expressive queries

Steps to run

Before you run: be sure to have Android Studio installed!

Remember to add to the android folder your local.properties pointing to your Android SDK location. It should look like the following:

sdk.dir=/Users/your-user/Library/Android/sdk

Install the dependencies:

npm install

And finally run the demo:

npx react-native run-android

About

Couchbase Lite with React Native Example


Languages

Language:Java 52.7%Language:JavaScript 33.3%Language:Objective-C 10.2%Language:Ruby 2.2%Language:Starlark 1.5%