Is there an Expo module to support overflow touchable?

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.

Is there an Expo module to make the dropdown items touchable in Android?

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.