If nestedScrollEnabled is not working, try to replace react native's ScrollView to components provided by react-native-gesture-handler
nestedScrollEnabled
import { ScrollView, FlatList } from 'react-native-gesture-handler';