chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

iOS - No termination request to Childs #29

Open lecler-i opened 6 years ago

lecler-i commented 6 years ago

Hello,

If i create a child with that have a panResponder, the onResponderTerminationRequest is never called when their is a scroll and the RCTView.

This is never called : https://github.com/chrisfisher/react-native-directed-scrollview/blob/900b373639deee44d94d3efc51bf3f1c6e3f0cc6/index.js#L60

Someone else have the same issue ?