Matej Murín

Results 2 comments of Matej Murín

> As a quick guess, this could be related to RN's Bug on Android concerning nested horizontal ScrollViews. > As a workaround, try to use the ScrollView Component of `react-native-gesture-handler`....

I've run into the same issue, in my case the following approach worked: 1. Your _example/package.json_ dependencies should be only these: ``` "dependencies": { "react": "link:../node_modules/react", "react-dom": "link:../node_modules/react-dom", "react-scripts": "link:../node_modules/react-scripts",...