Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 686 Bytes

File metadata and controls

7 lines (4 loc) · 686 Bytes

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.