react-native-draggable-board
react-native-draggable-board copied to clipboard
onPress is not called when Board is inside a ScrollView
I had a use case where I needed the Board
inside a ScrollView
. But TouchableWithoutFeedback
's onPress
is not called whenever the ScrollView
catches the gesture.
Workaround is to avoid nesting Board
inside ScrollView
s.
I'll try to work on this when I have the time.
I want to add a label. But I don't know if I have the privileges to do so.
Please add "Low priority".
For your own good I'd suggest not using it inside ScrollView. It handles too many touches already. And it is a wrapper for ScrollView already. Why you need additonal one? If you need to add some custom props to ScrollView I'd suggest making a PR and I will merge it.