Skip to content

Commit 3504693

Browse files
committed
Fix typo. Closes #1379
1 parent f3d3432 commit 3504693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/nesting-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function Root() {
123123
<Drawer.Navigator>
124124
<Drawer.Screen name="Home" component={Home} />
125125
<Drawer.Screen name="Profile" component={Profile} />
126-
<Stack.Screen name="Settings" component={Settings} />
126+
<Drawer.Screen name="Settings" component={Settings} />
127127
</Drawer.Navigator>
128128
);
129129
}

0 commit comments

Comments
 (0)