Skip to content

Commit 99d38b2

Browse files
Update getting-started.md
Add `App.tsx` below "Wrapping your app in `NavigationContainer`" as new react native projects defaults to TypeScript
1 parent ad8eb0f commit 99d38b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This change is required to avoid crashes related to View state being not persist
9393
9494
## Wrapping your app in `NavigationContainer`
9595

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`:
96+
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`:
9797

9898
```js
9999
import * as React from 'react';

0 commit comments

Comments
 (0)