diff --git a/docs/getting-started.md b/docs/getting-started.md index 8f81855cfd9..71634c62013 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -23,6 +23,8 @@ Run the following command to create a new React Native project called "AwesomePr ```shell +npm i expo-template-blank + npx create-expo-app AwesomeProject cd AwesomeProject