router icon indicating copy to clipboard operation
router copied to clipboard

flickering on page when switching between tabs

Open stuontheblockchain opened this issue 1 year ago • 10 comments

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,

  <Tabs>
     <Tabs.Screen  name='screen1' options={{headerShown: false}}/>
     <Tabs.Screen name='screen2' options={{headerShown: false}}/>
   </Tabs>

stuontheblockchain avatar Jun 25 '23 21:06 stuontheblockchain