Skip to content

Commit bd367bf

Browse files
committed
Improve migration from Expo Router
1 parent fe0ab9c commit bd367bf

4 files changed

Lines changed: 119 additions & 100 deletions

File tree

versioned_docs/version-7.x/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ export type HomeTabScreenProps<T extends keyof HomeTabParamList> =
557557
>;
558558
```
559559

560-
Then, you'd set up the type for your root navigator in the same file where your root navigator is defined:
560+
Then, you'd set up the type for your root navigator in the same file where your root navigator is used:
561561

562562
```ts
563563
import { createStackNavigator } from '@react-navigation/stack';

0 commit comments

Comments
 (0)