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 ad8eb0f commit 99d38b2Copy full SHA for 99d38b2
versioned_docs/version-7.x/getting-started.md
@@ -93,7 +93,7 @@ This change is required to avoid crashes related to View state being not persist
93
94
## Wrapping your app in `NavigationContainer`
95
96
-Now, we need to wrap the whole app in `NavigationContainer`. Usually you'd do this in your entry file, such as `index.js` or `App.js`:
+Now, we need to wrap the whole app in `NavigationContainer`. Usually you'd do this in your entry file, such as `index.js`, `App.js` or `App.tsx`:
97
98
```js
99
import * as React from 'react';
0 commit comments