Skip to content

Commit

Permalink
Fix typo. Closes #1379
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 26, 2024
1 parent f3d3432 commit 3504693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/nesting-navigators.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function Root() {
<Drawer.Navigator>
<Drawer.Screen name="Home" component={Home} />
<Drawer.Screen name="Profile" component={Profile} />
<Stack.Screen name="Settings" component={Settings} />
<Drawer.Screen name="Settings" component={Settings} />
</Drawer.Navigator>
);
}
Expand Down

0 comments on commit 3504693

Please sign in to comment.