Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 547 Bytes

Push Notifications with React Native and NodeJS in the server

to create a public URL from our local server we are using ngrock so to start the application just do this:

ngrock

  • install ngrock
  • start the server and with the public url update that information in app/App.js for PUSH_REGISTRATION_ENDPOINT and MESSAGE_ENPOINT

app:

  • Install expo CLI
  • cd app && npm install
  • configure your emulator or device
  • npm run android

server:

  • Install expo CLI
  • cd server && npm install
  • npm start