lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.73k stars 491 forks source link

When click on custom icon, drop down does not open. please someone provide me the solution, #534

Open ankitkumar1742 opened 6 months ago

ankitkumar1742 commented 6 months ago

When click on the custom icon, the drop-down does not open. please provide me with the solution. i have also removed useNativeAndroidPickerStyle={false} but the issue is the icon is clickable but there no solution open the drop-down

rada commented 2 months ago

When click on the custom icon, the drop-down does not open. please provide me with the solution. i have also removed useNativeAndroidPickerStyle={false} but the issue is the icon is clickable but there no solution open the drop-down

I had the same issue on Android which I initially thought was related to the custom icon. However turns out there's a bug in Android version where it doesn't recognise touch on the right side. Adding fixAndroidTouchableBug fixed this for me.