-
Notifications
You must be signed in to change notification settings - Fork 114
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
flickering on page when switching between tabs #688
Comments
same issue, for now i set lazy prop to false |
also having this issue, setting lazy prop to false helped until i needed to render images from urls on the screen |
same here.. any news on this? |
Same issue here |
Hope this will get more traction. I'm experiencing the same |
Same issue here |
Same issue here. Is it ok to set lazy prop to false or it might cause other problems? |
Same issue here |
Same issue here. Can anybody hear us? |
Setting |
Which package manager are you using? (Yarn is recommended)
yarn
Summary
when switching tabs for the first time the whole nested tab screen seems to flicker white
Minimal reproducible example
in root layout,
<Stack screenOptions={{headerShown: false}}/>
in root index,
<Redirect href='/screen1' />
in (tabs) directory layout,
The text was updated successfully, but these errors were encountered: