Skip to content

Commit 91b95cf

Browse files
committed
Add a note about TypeScript under fundamentals
1 parent e683d77 commit 91b95cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

versioned_docs/version-7.x/hello-react-navigation.md

+7
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,13 @@ By default, React Navigation applies optimizations to screen components to preve
504504

505505
The natural question at this point is: "how do I go from the `Home` route to the `Details` route?". That is covered in the [next section](navigating.md).
506506

507+
<details>
508+
<summary>Using with TypeScript</summary>
509+
510+
If you are using TypeScript, you will need to specify the types accordingly. You can check [Type checking with TypeScript](typescript.md) after going through the fundamentals for more details. For now, we won't be covering TypeScript in the examples.
511+
512+
</details>
513+
507514
## Summary
508515

509516
<Tabs groupId="config" queryString="config">

0 commit comments

Comments
 (0)