Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
remove initRouteName
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanprog committed Jun 5, 2024
1 parent 306031f commit db4cebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/navigators/AppNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const Tab = createBottomTabNavigator<TabParamList>();
const TabNavigator = () => {
return (
<Tab.Navigator
initialRouteName="ConnectWithRoomManager"
screenOptions={{ headerShown: false, tabBarHideOnKeyboard: true }}>
<Tab.Screen
name="ConnectWithToken"
Expand Down

0 comments on commit db4cebe

Please sign in to comment.