-
Notifications
You must be signed in to change notification settings - Fork 301
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 App Crashes while selecting the dropdown #221
Comments
Versions: Same bug different version, I tried to reproduce using Android Studio as a debugger to get more logging and got this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the plain example as provided in usage section of readme.
When I tap on the dropdown, the app crashes on android.
In Sentry, I see this error (probably related to this issue):
NullPointerException androidx.appcompat.app.AlertController in setupTitle
Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
"react": "16.13.1"
"react-native": "0.63.3"
"@react-native-picker/picker": "^1.9.11"
The text was updated successfully, but these errors were encountered: