Skip to content

ryanlntn/ignite-push-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Painlessly add react-native-push-notification to your React Native app using Ignite and Ignite Push Notification.

Resources

Stars

Watchers

Forks

Packages

No packages published