-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Android #3
Android #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great ! 😄 Thank you for submitting this PR and for the detailed explanation of your changes, this is awesome 😎
I really liked what you did with keeping the current PushNotificationIOS
on iOS 👍.
I added some comments to your changes, when trying the app on Android I noticed that the notification toggle wasn't working. Other than that, it's just me nit-picking on minor things 😊.
I noticed some layout issues with the App on Android, but those will get fixed later.
This PR is part of #2
Awesome ! Thanks @brannonjames, this is very helpful ✌️ |
Made a couple tweaks to work run on Android. Basically what this PR does did:
https://github.com/react-native-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app
https://github.com/zo0r/react-native-push-notification
I don't have an Apple developers license yet, so I couldn't test react-native-push-notification on iOS and ended up just keeping PushNotificationIOS for those devices.
This is my first PR for an open source project, constructive feedback is welcome :)