From f85539f11d93f1bac0062a338016d1c1171f8e52 Mon Sep 17 00:00:00 2001 From: Radek Czemerys Date: Wed, 11 Sep 2019 22:13:57 +0200 Subject: [PATCH] chore: template shorthands are no longer supported Update docs according to #495 --- docs/commands.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 42ae6883a..4519fdcf8 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -175,7 +175,6 @@ Example: ```sh npx react-native init MyApp --template react-native-custom-template -npx react-native init MyApp --template typescript npx react-native init MyApp --template file:///Users/name/template-path npx react-native init MyApp --template file:///Users/name/template-name-1.0.0.tgz ```