Skip to content

Commit

Permalink
Start on Overview screen
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Apr 17, 2024
1 parent 0285aaf commit 12e61c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/navigators/SamplesDrawerNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Drawer = createDrawerNavigator();
export default function SamplesDrawerNavigator() {
return (
<Drawer.Navigator
initialRouteName="Sample_Extended"
initialRouteName="SampleOverview"
screenOptions={
{
headerShown: true,
Expand Down

0 comments on commit 12e61c1

Please sign in to comment.