Friday, 8 February 2019

React Native Overflow Touchable is Not Working in Android

Please have a look at my Expo Snack.

Dropdown items are touchable in iOS but not in Android. Fixed container's height (grey box) causes this issue but I need to keep the fixed height for my toolbar.

I have tried using react-native-view-overflow package but no luck. It requires react-native link, meanwhile I can't eject my project because I'm using some Expo packages which will be broken if I eject.

Any suggestion to make the dropdown items touchable in Android?

enter image description here



from React Native Overflow Touchable is Not Working in Android

No comments:

Post a Comment