Licence
MIT
Version
0.1.2
Deps
2
Size
4.0 MB
Vulns
0
Weekly
0
react-native-notification
Getting started
$ npm install react-native-notification --save
For iOS an extra step is required for automatic linking:
$ cd ios && pod install && cd ..
Usage
import RNNotification from 'react-native-notification';
// TODO: What to do with the module?
RNNotification;