An ignite plugin for react-native-push-notification.
npm install ignite-push-notificationThis plugin add react-native-push-notification to your Ignite React Native project.
1. Add the plugin to your project:
```
$ ignite add push-notificationApp/Config/PushConfig.js
2. Follow manual setup instructions:
* iOS
* Android
3. Update the configuration at .`
4. Start sending push notifications:js
import PushNotification from 'react-native-push-notification'
PushNotification.localNotification({
title: "My Notification Title",
message: "My Notification Message"
})
`
1. Clone this repo
2. Run npm installnpm test`
3. Run
4. Check out a branch and make your changes
5. Write tests for those changes
6. Submit a pull request back upstream