react-native-draggable-board icon indicating copy to clipboard operation
react-native-draggable-board copied to clipboard

onPress is not called when Board is inside a ScrollView

Open jeloagnasin opened this issue 7 years ago • 2 comments

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 ScrollViews.

I'll try to work on this when I have the time.

jeloagnasin avatar May 22 '17 05:05 jeloagnasin

I want to add a label. But I don't know if I have the privileges to do so.

Please add "Low priority".

jeloagnasin avatar May 22 '17 05:05 jeloagnasin

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.

lesniakania avatar May 22 '17 05:05 lesniakania