Skip to content

Commit

Permalink
Add a note about TypeScript under fundamentals
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Apr 9, 2024
1 parent e683d77 commit 91b95cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions versioned_docs/version-7.x/hello-react-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,13 @@ By default, React Navigation applies optimizations to screen components to preve

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).

<details>
<summary>Using with TypeScript</summary>

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.

</details>

## Summary

<Tabs groupId="config" queryString="config">
Expand Down

0 comments on commit 91b95cf

Please sign in to comment.