Skip to content

Stormotion-Mobile/react-native-push-notifications-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Push Notifications (React Native & Node.js)

This is a demo project for The Complete Guide to Push Notifications (React Native & Node.js) article.

It includes a server application written in Node.js that uses the node-pushnotifications library and a React Native app that demonstrates the usage of the react-native-push-notification library.

This example doesn't provide Firebase configuration file (google-services.json in the android/app directory). Follow Firebase instructions to add it to your project.