Skip to content
New issue

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

Bug using FlashList in combination with lazy #373

Closed
miguelespinoza opened this issue Sep 30, 2023 · 1 comment · Fixed by #393 · May be fixed by andreialecu/react-native-collapsible-tab-view#1
Closed

Bug using FlashList in combination with lazy #373

miguelespinoza opened this issue Sep 30, 2023 · 1 comment · Fixed by #393 · May be fixed by andreialecu/react-native-collapsible-tab-view#1

Comments

@miguelespinoza
Copy link

Description

When using Tabs.FlashList in combination with lazy, there's a padding issue when the FlashList renders.

How to reproduce

  1. Run the example app
  2. For the Lazy example, update ExampleComponent.tsx with import import Contacts from './ContactsFlashList'
  3. Run and notice the padding when selecting the Contacts tab

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 works

Bug in action

cleanshot_09_30_at_12_14.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants