erksch / react-native-wheely

An all JavaScript wheel picker for react-native without any native code.
413 stars 59 forks source link

Scrolling the picker inside the bottom sheet does not work on android #63

Open BohBorys opened 10 months ago

BohBorys commented 10 months ago

In a custom bottom sheet (inside using ScrollView), scrolling doesn't work, is there any one way to solve this?

BohBorys commented 10 months ago

@erksch, maybe you should switch to implementing the library using FlatList with react-native-gesture-handler and in conjunction when user use ScrollView with react-native-gesture-handler maybe this problem will be solve?

mydesweb commented 8 months ago

@BohBorys set enableContentPanningGesture to false