https://github.com/react-native-training/appcenter-push-notifications
Examples of Using Push Notifications with React Native
https://github.com/react-native-training/appcenter-push-notifications
android-application ios-app push-notifications react-native reactjs
Last synced: 16 days ago
JSON representation
Examples of Using Push Notifications with React Native
- Host: GitHub
- URL: https://github.com/react-native-training/appcenter-push-notifications
- Owner: react-native-training
- Created: 2017-11-21T17:33:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T17:36:58.000Z (over 8 years ago)
- Last Synced: 2025-09-14T07:22:26.414Z (6 months ago)
- Topics: android-application, ios-app, push-notifications, react-native, reactjs
- Language: Objective-C
- Size: 173 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Push Notifications
This repo goes along with the Medium article titled [React Native Push Notifications](https://medium.com/@dabit3/react-native-push-notifications-30a09ba5a31a)
## Local Notifications
### To get started with the repo
1. Clone this repo
```
git clone https://github.com/react-native-training/appcenter-push-notifications.git
```
2. Install dependencies
```
npm i OR yarn
```
3. Run project in simulator or on device