Skip to content

Commit 25f537c

Browse files
souzasmatheusbrentvatne
authored andcommitted
Change Stack Navigator component's name (react-navigation#431)
In order to keep consistency on the terminology used across the examples, this component's name should be changed to AppNavigator
1 parent 54aeb7f commit 25f537c

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)