React native push-notification Implementation
React Native Firebase
react-native-push-notification
·
Report Bug
·
Request Feature
A react native project, having full and updated implementation based on latest release version of the libraries mentinoed below, for both remote and local notifications.
This is an example of how to list things you need to use the software and how to install them.
- yarn
npm install --global yarn
- Setup Bare React Native environment
-
Clone the repo
git clone https://github.com/Adi-11/React-native-push-notifications
-
Install yarn packages
yarn install yarn add react-native-push-notification yarn add @react-native-firebase/app yarn add @react-native-firebase/messaging
-
Enter your Firebase Server key in
.env
(must be in root level and refer example.env)FIREBASE_SERVER_KEY=YOUR SERVER KEY
-
Do change google-services.json file according to the new firebase app.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request