Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

RxDB React example

This is an example usage of RxDB with React-native. It implements a simple heroes-list which can be filled by the user.

Syncing

For database replication and syncing you will need to input a public ip address as the app simulators will have a different context for localhost. One simple way is to run a server locally and expose the port via ngrok.

Try it out

  1. follow installation instructions to setup your react-native environment
  2. clone the whole RxDB-repo
  3. go into project cd rxdb
  4. run npm install
  5. go to this folder cd examples/react-native
  6. run npx yarn install
  7. run npm start
    • to run on ios or android specific emulators use npm run ios and npm run android respectively

Screenshot

Screenshot Android