Skip to content

ealipio/react-native-push-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

using push notifications in react native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published