-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Notification is not working #19
Comments
Did you also include |
i was missed this import , after import local notification is not triggering. |
Does #17 solve your issue? |
readme is updated... is your problem solved? what was the issue? |
I have the same issue: |
@atifaziz1 and @VitalieStirbu add this By the way, notifications doesn't work. I'm using the sample code described on readme and got nothing. Any help? |
I've tested the latest release available on npm in a fresh RN project, should work... |
@wumke Thanks for this nice package. can you plz add an example project? |
@rashidul-hasan everything you need to configure is mentioned in the readme, usage examples are also included. Full buildable example projects require updates for each RN version, which makes it a hell to maintain the repository! Also, I try to minimize the size of my repo's, that means not including things unless absolutely needed... |
Please, see your code in:
Your code can be searching an image that do not exist. |
node version: 10:14:1
react-native version: 0.57.8
android version: lollipop 5.1
I am getting error in MainActivity.java when i run react-native run-android
NotificationManager nMgr = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
error is in Context
then i remove Context, working fine but local notification is not triggering.
I followed step by step procedure, everything is fine. Please let me know about this issue.
Thanks.
The text was updated successfully, but these errors were encountered: