-
Notifications
You must be signed in to change notification settings - Fork 429
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
numColumns BUG #762
Comments
I have idea, how if you just use hooks isFocused from navigation, then if isFocused is true you render the list, if not then don't render |
Which version of FlashList are you using? This was an issue in earlier versions and we don't expect to this to happen now unless the dimensions of the list are being changed in some unexpected way. |
Latest version :"@shopify/flash-list": "1.4.0", |
The old version also has new and the same problem |
Run web
Problem: The list variable numColumns=2, when navigating through the reat navigation, clicking to jump to the page and returning again will cause layout errors!
expo:https://snack.expo.dev/@chensuhuan1995/hello-react-navigation-%7C-react-navigation?platform=web
Normal layout:
Click to return, layout error!
Video:
2023-04-27.04.08.11.mov
FlashList or MasonryFlashList ,Same error occurred
The text was updated successfully, but these errors were encountered: