You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
Hey! Thanks for opening the issue. Seems that this issue is in react-native-pager-view library which is a dependency of react-native-tab-view. Can you also post your issue in this repo so that it's notified to the maintainers of that library? This will help us fix the issue faster since it's upto the maintainers of that library to investigate it.
Current behaviour
Incorrect behavior of the FlatList's
RefreshControl
element while using theFlatList
inside of theTabView
.The
RefreshControl
element firstly hides immediately and then appears second time.Expected behaviour
Common behavior of the "pull to refresh" feature: the
RefreshControl
element shows once and hides after some loading operation was completed.Code sample
Screenshots (if applicable)
What have you tried
swipeEnabled={false}
to the<TabView>
componentScrollView
withRefreshControl
components instead of theFlatList
componentYour Environment
The text was updated successfully, but these errors were encountered: