-
Notifications
You must be signed in to change notification settings - Fork 118
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
Getting error : java.lang.NullPointerException #88
Comments
Thanks @Boubaker93 for raising the issue. Considering you are using latest RN, could you try it with latest version of the library 1.* Let me know incase it does not work. Thanks |
same issue. @Boubaker93 i have a solution (but not good solution, just for running away from this issue :) ) run this command |
same crash here i'm using react-native-app-tour version 1.0.4 |
Hello. This issue is still happening. Any updates? My specs: |
Hello,
In my last version of my app i upgraded react-native-app-tour from version 0.0.19 to version 1.0.2
and i started getting this error in my deployed version
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources$Theme android.content.Context.getTheme()
.Here is the a full stacktrace of the error :
Here is an exemple how i'm using the lib in my code :
Then in my app.js i use this once my appTourTargets have the length i want it :
I'm using using react-native: 0.61.5
Thanks for your help
The text was updated successfully, but these errors were encountered: