-
Notifications
You must be signed in to change notification settings - Fork 76
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
RN 0.29 needs Activity instance? #65
Comments
still get the error
FAILURE: Build failed with an exception. "dependencies": { |
ok, I switch to react-native-push-notification it supports "react-native": "^0.33.0", you need to manually linking the react-native-system-notification, but it is pretty straightforward. |
I can't use
new NotificationPackage(this)
with 0.29 as MainActivity.java stuff was moved to MainApplication.java so I'm not sure how to get an instance of Activity.The text was updated successfully, but these errors were encountered: