Skip to content

Commit 58a6ce8

Browse files
Change Stack Navigator component's name
In order to keep consistency on the terminology used across the examples, this component's name should be changed to AppNavigator
1 parent 6c6c729 commit 58a6ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class HomeScreen extends React.Component {
117117

118118
/* other code... */
119119

120-
const RootStack = createStackNavigator(
120+
const AppNavigator = createStackNavigator(
121121
{
122122
Home: HomeScreen,
123123
Details: DetailsScreen,

0 commit comments

Comments
 (0)