Hello Everyone,
I've published my second React Native package on npm.
which is a native bridging for local notifications with scheduling working in foreground, background & App Killed states
i've dealt with:
passing params from Javascript to native side (Kotlin & Swift)
handing promises from Swift to Javascript to handle iOS sending notification authorization
Used AlarmManager in kotlin and UNTimeIntervalNotificationTrigger in Swift to handle notification scheduling
Please Let Me Know, what do you think
You can find documentation on how to start using it on NPM/GitHub
NPM: react-native-local-notifier.
GitHub (With an Example): react-native-local-notifier.
Please don't hesitate to tell me what you think.
Thanks for reading :D
Top comments (0)