examples/react-native/README.md
This is an example usage of RxDB with React-native. It implements a simple heroes-list which can be filled by the user.
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 tunnelmole, a free and open source tunneling tool, or ngrok, a popular closed source tunneling tool.
cd rxdbnpm installcd examples/react-nativenpx yarn installnpm start
npm run ios and npm run android respectively