From 7d79411008312ae2db159191ec15fa98d1c1f986 Mon Sep 17 00:00:00 2001 From: Kacper Wiszczuk Date: Fri, 11 Jan 2019 17:46:31 -0800 Subject: [PATCH] imp: Add templates to rn package (#22952) Summary: Changelog: ---------- [General] [added] - Add `templates` to `react-native` package. We need a `template` to initialize new RN project from `react-native-cli`. We are planning to remove `templates` from `cli` to be always synced with chosen rn version. Issue for that in `react-native-cli` is here: https://github.com/react-native-community/react-native-cli/issues/39 . cc grabbou cpojer Pull Request resolved: https://github.com/facebook/react-native/pull/22952 Differential Revision: D13644364 Pulled By: hramos fbshipit-source-id: d5d7a820ffacb342e1e97d83739987678ff511e9 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 574afe213db8b9..502f47c354f3dd 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,8 @@ "ReactAndroid", "ReactCommon", "README.md", - "third-party-podspecs" + "third-party-podspecs", + "template" ], "scripts": { "start": "node cli.js start",