rn-local-schedule-notifications
v1.0.1
Published
Schedule local notifications in React Native for Android
Downloads
1
Readme
rn-local-schedule-notifications
Getting started
$ npm install rn-local-schedule-notifications --save
Mostly automatic installation
$ react-native link rn-local-schedule-notifications
Usage
import RnLocalScheduleNotifications from 'rn-local-schedule-notifications';
// TODO: What to do with the module?
RnLocalScheduleNotifications;