ignite-push-notification
v1.0.0
Published
An ignite plugin for react-native-push-notification.
Downloads
7
Readme
Ignite Push Notifications Plugin
This plugin add react-native-push-notification to your Ignite React Native project.
Usage
- Add the plugin to your project:
$ ignite add push-notification
- Follow manual setup instructions:
- Update the configuration at
App/Config/PushConfig.js
. - Start sending push notifications:
import PushNotification from 'react-native-push-notification'
PushNotification.localNotification({
title: "My Notification Title",
message: "My Notification Message"
})
Contributing
- Clone this repo
- Run
npm install
- Run
npm test
- Check out a branch and make your changes
- Write tests for those changes
- Submit a pull request back upstream
License
This plugin is licensed MIT by Infinite Red, Inc., and was created by Ryan Linton.