-
Notifications
You must be signed in to change notification settings - Fork 377
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
Notice & Help Request Regarding RN 0.29 Support #57
Comments
@avishayil Can you link their doc? The OneSignal native code is designed to handle either an Activity or Application Context already. |
@avishayil |
Yeah, I'm trying that but I have problem using the notificationOpenedHandler, can't get it to work using the new life cycle. |
Migration process: Couldn't seem to listen to Application lifecycle properly... |
Nailed it. |
Note that listening to lifecycle events and |
Thanks @satya164 !, i'll definitely take a look on this. |
In RN 0.29 fb changed the way RN libraries should be included in Android, and listen to application life cycle. I'm working right now on a solution for the migration, but I'd be happy to get some help from Android experts around here.
Version 1.1.9 would include all features and will support RN version < 0.29, while version 1.2.0 and up will support RN 0.29 and up. New features will be supported only on RN 0.29 and up once we'll figure a solution to migrate the library according to the new changes.
The text was updated successfully, but these errors were encountered: