This is an example usage of RxDB with React-native. It implements a simple heroes-list which can be filled by the user.
- follow installation instructions to setup your react-native environment
- clone the whole RxDB-repo
- go into project
cd rxdb - run
npm install - go to this folder
cd examples/react-native - run
npm install - run
react-native run-iosorreact-native run-android
- Import
react-native/androidas project into Android-Studio - Start an emulation-device
- Run
react-native startin Terminal 1 - run
react-native run-androidin Terminal 2

