-
Notifications
You must be signed in to change notification settings - Fork 23
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
Blank space when scrolling to fast with TabFlashList #11
Comments
Here is occurred with flatlist on ios |
hey@ducnguyen4301 can you provide an example on https://snack.expo.dev/? |
Hi @alantoa, here is example for this https://snack.expo.dev/@ducnguyen4301/example-tab-flashlist. You can try it ! |
@ducnguyen4301 you are using Reanimated v3, right? |
@ducnguyen4301 try this latest version that i just released it |
Have you tried to latest version that i just related? |
@alantoa yes, i tried but problem still |
@ducnguyen4301 hey, I think I understand your problem, you should make sure you are passing the correct index to your TabFlashList |
Hi @alantoa , i don't think problem in my index, this appear blank space from flash list when i scrolling and change tab to fast |
hello,i resolve thie problem,you can try it:
|
Hey, I have noticed an issue in your workaround. The The purpose of So we need to fix this differently. Please revoke your changes. Your list consists of single item types, you don't need getItemType |
ok,i get it, thanks |
When using TabFlashList scrolling fast there will be blank space problem of FlashList, do you know how to fix this?. I have switched to TabFlatList but android works fine and ios fails in first time open app.
blank.space_android.webm
blank_space_ios.mp4
The text was updated successfully, but these errors were encountered: