-
Notifications
You must be signed in to change notification settings - Fork 31
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
Doesn't work with RN 0.61+ #4
Comments
Please try again with version 1.0.10 |
@FlorianBergmann I'm using 1.0.10 with RN 0.61.5 and I get error "cannot read property 'getAdvertisingId' of undefined" |
i have the same issue with RN 0.61.5 and 1.0.10 version. Also you have an error in readme. getPackages methods locate in MainApplication.java (not in MainActivity) |
It should now work with RN 0.61 with version 1.0.11 |
With RN 0.61.x, we still have to add
in AndroidManifest.xml. |
Release App is still crashing after this. |
The podspec needs to be moved out of
ios
folder, and maybe some more changes need to be doneThe text was updated successfully, but these errors were encountered: