Skip to content

Latest commit

 

History

History
 
 

react-native

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.

Try it out

  1. follow installation instructions to setup your react-native environment
  2. clone the whole RxDB-repo
  3. go to this folder cd examples/react-native
  4. run npm install
  5. run react-native run-ios or react-native run-android

Developing with android

  1. Import react-native/android as project into Android-Studio
  2. Start an emulation-device
  3. Run react-native start in Terminal 1
  4. run react-native run-android in Terminal 2

Screenshot

Screenshot Android