Open yunus-atmaca opened 3 years ago
@yunus-atmaca: hello! :wave:
This issue is being automatically closed because it does not follow the issue template.
I am also running into this issue. Is there any timeline on this being fixed by chance?
Update - I think I found a workable solution for my problem. Scrolling upward was not working when I added the inverted
property.. however, after adding the onRefresh
and refreshing
properties as well, things seem to be working great and as expected!
Update - I think I found a workable solution for my problem. Scrolling upward was not working when I added the
inverted
property.. however, after adding theonRefresh
andrefreshing
properties as well, things seem to be working great and as expected!
I fixed only on iOS with this method. Still trying to fix for Android too
@gorhom Any update on this issue, Not able to scroll BottomSheetFlatList when list is inverted. ???
A working solution for me, use Flstlist from react-native-gesture-handler.
import {FlatList} from 'react-native-gesture-handler';
Using FlatList
from react-native-gesture-handler
helped with my issue that I was not able to scroll in horizontal FlatList on Android.
A working solution for me, use Flstlist from react-native-gesture-handler.
import {FlatList} from 'react-native-gesture-handler';
Worked for me thanks
@yunus-atmaca are you getting the same error using ListHeaderComponent and ListFooterComponent props of the BottomSheetFlatList? 🤔
Has the support for inverted
FlatList (BottomSheetFlatList) dropped? How has anyone achieved this?
Bug
I'm using
BottomSheetFlatList
withinverted
prop to show user comments butBottomSheet
inside scroll is not working. I mean I cannot scroll to the top. But when I remove the prop( "inverted" ), it works really well.Environment info
Reproducible sample code
any recommendation to fix the scrolling issue?