diff --git a/src/components/BottomNavigation/BottomNavigation.tsx b/src/components/BottomNavigation/BottomNavigation.tsx index d6485bb105..bb8d138baf 100644 --- a/src/components/BottomNavigation/BottomNavigation.tsx +++ b/src/components/BottomNavigation/BottomNavigation.tsx @@ -548,7 +548,8 @@ const BottomNavigation = ({ removeClippedSubviews={ // On iOS, set removeClippedSubviews to true only when not focused // This is an workaround for a bug where the clipped view never re-appears - Platform.OS === 'ios' ? navigationState.index !== index : true + // On Android, it is disabled until https://github.com/software-mansion/react-native-screens/issues/2491 is fixed + Platform.OS === 'ios' ? navigationState.index !== index : false } >