react-native-wheely icon indicating copy to clipboard operation
react-native-wheely copied to clipboard

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

Open BohBorys opened this issue 2 years ago • 2 comments

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

BohBorys avatar Oct 25 '23 09:10 BohBorys

@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 avatar Oct 25 '23 10:10 BohBorys

@BohBorys set enableContentPanningGesture to false

mydesweb avatar Dec 28 '23 23:12 mydesweb