I\'m trying to nest ScrollViews in React Native; a horizontal scroll with nested vertical scrolls.
Here\'s an example:
var Test = React.createClass({
In your panresponder for the inner one, try setting this:
onPanResponderTerminationRequest: () => false