We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Tabs.FlashList in combination with lazy, there's a padding issue when the FlashList renders.
Tabs.FlashList
lazy
example
Lazy
ExampleComponent.tsx
import Contacts from './ContactsFlashList'
I expect the Tabs.FlashList to render in the correct position according to scroll position of the collapsed header. fwiw, Tabs.FlatList works
Tabs.FlatList
The text was updated successfully, but these errors were encountered:
Fixed by #393 and released in 6.2.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
When using
Tabs.FlashList
in combination withlazy
, there's a padding issue when the FlashList renders.How to reproduce
example
appLazy
example, updateExampleComponent.tsx
with importimport Contacts from './ContactsFlashList'
What to expect
I expect the
Tabs.FlashList
to render in the correct position according to scroll position of the collapsed header. fwiw,Tabs.FlatList
worksBug in action
cleanshot_09_30_at_12_14.mp4
The text was updated successfully, but these errors were encountered: