I\'m trying to nest ScrollViews in React Native; a horizontal scroll with nested vertical scrolls.
Here\'s an example:
var Test = React.createClass({
If you are working with RN > 56.0, just add this prop to your scroll views:
...... .....
That's the only one worked for me.