79236888

Date: 2024-11-29 11:21:58
Score: 1.5
Natty:
Report link

If nestedScrollEnabled is not working, try to replace react native's ScrollView to components provided by react-native-gesture-handler

import { ScrollView, FlatList } from 'react-native-gesture-handler';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alpenmilch