Instructions:
- In the
react-native-appfolder:
- open file
redux/reducers.jsand change theurlvariable in theINITIAL_STATEobject to your IP (where you'll run the node server) - run
npm i - run
npm startand keep this terminal window running - In a new terminal, connect your device and run
react-native run-android
- In the
nodejs-appfolder:
- run
npm i - run
node index.js
you must have mongodb service running on your machine (If on a port other than 27017, change it in nodejs-app/config/development.env)
Note: only tested on android using a linux machine.






