react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

FlatList wont Scroll Till end of screen

Open Victorvikson1996 opened this issue 2 years ago • 4 comments

Victorvikson1996 avatar Jul 02 '22 00:07 Victorvikson1996

same issue.

krushalikevadiya avatar Oct 06 '22 10:10 krushalikevadiya

I think you need to check your styling make show your scrollView is under SafeAreaView

Victorvikson1996 avatar Mar 23 '23 08:03 Victorvikson1996

for me, add contentContainerStyle to the FlatList with the sum of all items height + use FlatList from react-native-gesture-handles solved the problem

akinncar avatar Apr 06 '23 17:04 akinncar

Yes that's the best solution to that Thank you so much @akinncar

Victorvikson1996 avatar Apr 12 '23 17:04 Victorvikson1996