-
Notifications
You must be signed in to change notification settings - Fork 499
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] - Icon not pressable #237
Comments
thanks for the detailed bug report - will check it out |
Thanks man. Is it possible to open the modal dialog via the |
doubtful - the problem is on android there isn't a way to programmatically trigger the dialog #22 |
fwiw - i just checked the sample expo - https://snack.expo.io/@lfkwtz/react-native-picker-select doesn't seem to be an issue with the icons there maybe that will help you debug this |
So, I've actually managed to resolve this issue. Turned out the missing prop that was preventing the Icon from being clickable was |
I'm having this exact issue with my project. The box is touchable but the icon is not. I'm using: This is my picker:
The picker worked fine before in an expo managed workflow, but I ejected just now and suddenly the icon doesn't open the picker no matter what I try. |
same issue icon not being pressable on android. |
Also having the same issue. |
I'm also having this exact problem, however it only happens on a physical device (samsung galaxy tab a (10 inch)). It does work on the emulator. |
Same issue here as with NonkelDaniel |
Same issue :/
|
Hi thanks |
+1 |
1 similar comment
+1 |
seems that setting the flag |
|
Exactly! the solution is: Should be upload version: 8.0.2 |
Same issue here with:
|
Bump |
Same issue here, Icon works fine when wrapped around View but has issues when wrapped around touchableOpacity. fixAndroidTouchableBug={true} |
Any updates on this? |
Hi! Still experiencing this issue as well on Android. Also passing the following props:
For me, only the left third of the picker responds to touch. |
Same issue here with:
The above suggestion works |
fixAndroidTouchableBug={true} works for me as well |
Describe the bug
When using a custom Icon component within the RNPickerSelect component I am unable to press the icon and open the Picker on Android. It works perfectly as expected on iOS.
To Reproduce
See the code below.
Expected behavior
Expect to click on the Icon to the right and for the Picker modal to open up. This is not the case on Android, however it works perfectly on iOS.
Screenshots
iOS:
Android:
Additional details
Reproduction and/or code sample
https://snack.expo.io/Hkrt-UidS
The text was updated successfully, but these errors were encountered: