-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
Explain what you did (Required)
Using TabView and TabView.Item, containing a list inside the TabView.Item.
Expected behavior (Required)
The list inside the TabView should continue to be scrollable.
Describe the bug (Required)
When having a FlatList inside a TabView.Item, the scrolling of the list is broken - you can only scroll if you very quickly swipe the screen.
To Reproduce (Required)
I created this Snack:
https://snack.expo.io/2K8V8ALHy
You will notice that, in the browser, everything seems to work. If you actually use Expo GO and scan the app to run it on your device, you will be able to reproduce the bug - not being able to scroll the list in the first tab.
Your Environment (Required):
| software | version |
|---|---|
| react-native-elements | 3.4.2 |
| react-native | Expo 40 |
alexisbronchart, ste7en and gluons
