0.1.0 • Published 6 years ago

react-native-android-create-notification v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

react-native-android-create-notification

Create local notification in android with React Native

yarn add react-native-android-create-notification
<receiver android:name="com.swiftcarrot.createnotification.NotificationEventReceiver" />
<receiver android:name="com.swiftcarrot.createnotification.NotificationPublisher" />