An open API service indexing awesome lists of open source software.

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

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