Skip to content

Commit f22e377

Browse files
committed
Fix typo. Closes react-navigation#1379
1 parent 7c7a0e1 commit f22e377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)