to create a public URL from our local server we are using ngrock so to start the application just do this:
- install ngrock
- start the server and with the public url update that information in
app/App.js
forPUSH_REGISTRATION_ENDPOINT
andMESSAGE_ENPOINT
- Install expo CLI
cd app && npm install
- configure your emulator or device
npm run android
- Install expo CLI
cd server && npm install
npm start