Vishavjeet Sharma
Results
1
comments of
Vishavjeet Sharma
Temporary fix that worked for me: Switched from @react-navigation/native-stack to @react-navigation/stack. Why this helps: native-stack uses react-native-screens to control real native view hierarchies (UINavigationController on iOS / FragmentManager on Android)....