Satyajit Sahoo

Results 434 comments of Satyajit Sahoo

Here is the latest issue if anyone wants to track https://github.com/facebook/react-native/issues/37267 There are also patches in the linked issue that may fix this without disabling native driver.

> You speak as if we are sitting back and waiting for others to solve our problems, but that is not true. I'm not saying that you aren't doing anything,...

The screen is unmounted. The reason you see the same screen when you press the tab again is when you do `navigate('Tab2', { screen: 's12' })`, you're passing `{ screen:...

`reset([])` is not going to fix it, also passing an empty array isn't valid. please see my comment https://github.com/react-navigation/react-navigation/issues/6915#issuecomment-591533068 which both mentions the reason and how to prevent it.