From 43d17794b75fee1dcd56bb32c1ed06e9075096ff Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Thu, 14 May 2020 18:47:42 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ✨