ignite-push-notification

1.0.0 • Public • Published

Ignite Push Notifications Plugin

This plugin add react-native-push-notification to your Ignite React Native project.

Usage

  1. Add the plugin to your project:
$ ignite add push-notification
  1. Follow manual setup instructions:
  2. Update the configuration at App/Config/PushConfig.js.
  3. Start sending push notifications:
import PushNotification from 'react-native-push-notification'
 
PushNotification.localNotification({
  title: "My Notification Title",
  message: "My Notification Message"
})

Contributing

  1. Clone this repo
  2. Run npm install
  3. Run npm test
  4. Check out a branch and make your changes
  5. Write tests for those changes
  6. Submit a pull request back upstream

License

This plugin is licensed MIT by Infinite Red, Inc., and was created by Ryan Linton.

Readme

Keywords

none

Package Sidebar

Install

npm i ignite-push-notification

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

9.92 kB

Total Files

7

Last publish

Collaborators

  • ryanlntn