diff --git a/README.md b/README.md index 60a7162..4e88e7d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@

+## Usage + +Use this repo to create new React projects with [**create-react-native-app**](https://github.com/expo/create-react-native-app). + +```sh +npx create-react-native-app --template + +# Example - typescript + +npx create-react-native-app -t with-typescript +``` + ## Contributors ✨