We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf38be commit d11ccf6Copy full SHA for d11ccf6
docs/navigation.md
@@ -25,10 +25,10 @@ Then you can quickly create an app with a home screen and a profile screen:
25
26
```
27
import {
28
- StackNavigator,
+ createStackNavigator,
29
} from 'react-navigation';
30
31
-const App = StackNavigator({
+const App = createStackNavigator({
32
Home: { screen: HomeScreen },
33
Profile: { screen: ProfileScreen },
34
});
0 commit comments