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
[Android ONLY] The application crashes when unmounting MaterialBottomTabNavigator nested in the native stack navigator. I've created this issue here as it only happens when createMaterialBottomTabNavigator is used. It works ok with BottomTabNavigation from @react-navigation/bottom-tabs.
Current behaviour
[Android ONLY] The application crashes when unmounting
MaterialBottomTabNavigatornested in the native stack navigator. I've created this issue here as it only happens whencreateMaterialBottomTabNavigatoris used. It works ok withBottomTabNavigationfrom@react-navigation/bottom-tabs.Expected behaviour
Application should not crash.
How to reproduce?
Repro demo: https://github.com/maciekBudzinski/rnp-material-bottom-tabs-repro-issue
Preview
paper_repro.webm
What have you tried so far?
react-native-screensas suggested here: Android - "cannot remove child at index X" error on new architecture software-mansion/react-native-screens#2339.MaterialBottomTabNavigatorwithoutnative-stackthat wraps it, everything works ok.Your Environment