diff --git a/src/react-navigation/views/NativeBottomTabView.tsx b/src/react-navigation/views/NativeBottomTabView.tsx index 9ebd98d..43f74ed 100644 --- a/src/react-navigation/views/NativeBottomTabView.tsx +++ b/src/react-navigation/views/NativeBottomTabView.tsx @@ -72,7 +72,7 @@ export default function NativeBottomTabView({ type: 'tabPress', target: route.key, }); - navigation.navigate({ key: route.key, merge: true }); + navigation.navigate({ key: route.key, name: route.name, merge: true }); }} /> );