-
Notifications
You must be signed in to change notification settings - Fork 500
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 always dropdown mode #163
Comments
there is no |
I meant |
Not sure. Can you update your original message to use the bug template? And include a link to a github repo where this problem can easily be reproduced on an android device |
Yep i will update it tomorow :) thanks for following up! |
Also - have you verified the issue occurs only on this package and not also on the native RN Picker? |
My problem is related to this issue facebook/react-native#24055 |
Good find on the upstream issue. This is precisely why we always stay one major version behind. |
Any updates? it still opens as dropdpwn on RN v0.61.5 on an android device |
Hello, I'm encountering weird issue. In your examples there is always "modal" mode of picker ( when I run examples from expo on my Xiaomi mi 8, I'm getting modal mode), but when I copy/paste examples into my app, on android I always get "dropdown" mode picker. Even if I set prop
{pickerProps: {mode: "modal"}}
it is not doing anything and I'm always getting dropdown type of picker.Is this normal behaviour?
Enclosing my code:
The text was updated successfully, but these errors were encountered: