Skip to content
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

Merged
merged 9 commits into from
Feb 17, 2019
Merged

Android #3

merged 9 commits into from
Feb 17, 2019

Conversation

brannonjames
Copy link

Made a couple tweaks to work run on Android. Basically what this PR does did:

  • In order to be compatible with MobX to work with Android, the JSC VM was updated.

https://github.com/react-native-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app

  • Installed react-native-push-notification and used this library on android only

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 :)

@Illu Illu self-requested a review February 16, 2019 10:30
Copy link
Owner

@Illu Illu left a 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

@Illu Illu mentioned this pull request Feb 16, 2019
@Illu Illu self-assigned this Feb 16, 2019
@Illu Illu merged commit 8492bf6 into Illu:master Feb 17, 2019
@Illu
Copy link
Owner

Illu commented Feb 17, 2019

Awesome ! Thanks @brannonjames, this is very helpful ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants