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 9ba5084 commit e899807Copy full SHA for e899807
website/versioned_docs/version-2.x/app-containers.md
@@ -12,7 +12,7 @@ Containers are responsible for managing your app state and linking your top-leve
12
A quick example of `createAppContainer`:
13
14
```
15
-import { createAppContainer } from 'react-navigation';
+import { createAppContainer, createStackNavigator } from 'react-navigation';
16
// you can also import from @react-navigation/native
17
18
const AppNavigator = createStackNavigator(...);
0 commit comments