Closed
Description
Environment
- react-native -v:
react-native-cli: 2.0.1
react-native: 0.55.4
Description
I have ScrollView component rendered inside FlatList, the scroll event inside FlatList seems to be working fine i can swipe to scroll in top or in bottom but when i try to wrap large amount of Text using ScrollView, the scroll event seems to be not working. I tried it to 3 different devices but the issue still there
Steps to Reproduce
https://snack.expo.io/H1IWeloJ7 check the example code here
Expected Behavior
I just want to be able to scroll on the FlatList i created and be able to scroll as well to the Text that i created inside ScrollView component
Actual Behavior
https://snack.expo.io/H1IWeloJ7 check the example code here