You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/getting-started.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,20 @@ Here are some resources to help you out:
26
26
-`expo` >= 52 (if you use [Expo Go](https://expo.dev/go))
27
27
-`typescript` >= 5.0.0 (if you use TypeScript)
28
28
29
+
## Starter template
30
+
31
+
If you're starting a new project, you can use the [React Navigation template](https://github.com/react-navigation/template) to quickly set up a new project with [Static configuration](#static-configuration):
See the project's `README.md` for more information on how to get started.
38
+
39
+
If you created a new project using the template, you can skip the installation steps below and move on to ["Hello React Navigation"](hello-react-navigation.md?config=static).
40
+
41
+
Otherwise, you can follow the instructions below to install React Navigation into your existing project.
42
+
29
43
## Installation
30
44
31
45
Install the required packages in your React Native project:
0 commit comments