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
MaterialBottomTabNavigator
nested in the native stack navigator. I've created this issue here as it only happens whencreateMaterialBottomTabNavigator
is used. It works ok withBottomTabNavigation
from@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-screens
as suggested here: Android - "cannot remove child at index X" error on new architecture software-mansion/react-native-screens#2339.MaterialBottomTabNavigator
withoutnative-stack
that wraps it, everything works ok.Your Environment
The text was updated successfully, but these errors were encountered: