microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
resources/walkthougths/setup-env-expo.md
9lines · modecode
| 1 | # Expo applications |
| 2 | |
| 3 | Prepare your environment by following the [Expo Quickstart instruction](https://docs.expo.dev/get-started/set-up-your-environment/). |
| 4 | |
| 5 | - Ensure install expo using: `npm i -g expo`. |
| 6 | - Create new project using: `npx create-expo-app@latest`, you can send `--template` option to choose different template. |
| 7 | - Build and launch you expo app using ExpoGo or expo dev client: [Start developing](https://docs.expo.dev/get-started/start-developing/). |
| 8 | |
| 9 | You can verify that everything is working correctly and that the environment is ready for use with the `React Native: Expo Run Doctor` in command palette. |