You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have bottom native tabs on Android and nested screens, if you press the tab fast to go back to the first screen, then the content disappears. Before react-native-screens 4.26.0, this was crashing the app, now the content just goes away.
Video:
contentIsGone.mov
Edit: If you press fast several times, it still crashes:
Description
When you have bottom native tabs on Android and nested screens, if you press the tab fast to go back to the first screen, then the content disappears. Before react-native-screens 4.26.0, this was crashing the app, now the content just goes away.
Video:
contentIsGone.mov
Edit: If you press fast several times, it still crashes:
Steps to reproduce
Snack or a link to a repository
https://github.com/ferrannp/react-native-screens-navigation-v8-repo
Screens version
4.26.0
React Native version
0.86.0
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
Pixel 8
Acknowledgements
Yes