Is it possible to use FlatList/FlashList in Tabs? #258
vgrunner4v
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Currently we're using ScrollView for Tabs.ScrollView component. But you can skip using default ScrollView and use your own scroll component with your own logic and styles, it's possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋
I'm wondering if it's possible to use a FlatList or FlashList inside Tabs.Content.
For example, having each tab display a scrollable list of items.
Is this a supported use case?
Are there any known limitations or gotchas I should be aware of?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions