Skip to content

Commit 7520267

Browse files
committed
Document starter template
1 parent 30a479e commit 7520267

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Here are some resources to help you out:
2626
- `expo` >= 52 (if you use [Expo Go](https://expo.dev/go))
2727
- `typescript` >= 5.0.0 (if you use TypeScript)
2828

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):
32+
33+
```bash
34+
npx create-expo-app@latest --template https://github.com/react-navigation/template
35+
```
36+
37+
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+
2943
## Installation
3044

3145
Install the required packages in your React Native project:

0 commit comments

Comments
 (0)