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 to this folder
cd examples/react-native
- run
npm install
- run
react-native run-ios
orreact-native run-android
- Import
react-native/android
as project into Android-Studio - Start an emulation-device
- Run
react-native start
in Terminal 1 - run
react-native run-android
in Terminal 2