react-native-wheely
react-native-wheely copied to clipboard
Scrolling the picker inside the bottom sheet does not work on android
In a custom bottom sheet (inside using ScrollView), scrolling doesn't work, is there any one way to solve this?
@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?
@BohBorys set enableContentPanningGesture to false