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.
When I switched tabs ( inside Flatlist) the content was not shown.
Without Flatlist it works fine, any ideas on how to fix it?
(the scrollable view is required)
Expected behavior
current version:
"react-native-pager-view": "5.4.25",
"react-native-tab-view": "3.1.1",
I was also using the old version: "react-native-tab-view": "2.16.0", but when I rotate the phone, the scene view is not looking correctly, which is fixed in "3.1.1" version
What's the point of embedding tab-view inside a flatlist? This looks really off to me by rendering in with renderItem. If you want to render tab-view inside scroll view you can refer to this solution: #1349.
Current behavior
When I switched tabs ( inside Flatlist) the content was not shown.
Without Flatlist it works fine, any ideas on how to fix it?
(the scrollable view is required)
Expected behavior
current version:
"react-native-pager-view": "5.4.25",
"react-native-tab-view": "3.1.1",
I was also using the old version: "react-native-tab-view": "2.16.0", but when I rotate the phone, the scene view is not looking correctly, which is fixed in "3.1.1" version
Reproduction
https://snack.expo.dev/oPaWEf5_-
Platform
Environment
The text was updated successfully, but these errors were encountered: