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
This commit is contained in:
Kacper Wiszczuk
2019-01-11 17:46:31 -08:00
committed by Facebook Github Bot
parent 7ef6716582
commit 7d79411008

View File

@@ -128,7 +128,8 @@
"ReactAndroid",
"ReactCommon",
"README.md",
"third-party-podspecs"
"third-party-podspecs",
"template"
],
"scripts": {
"start": "node cli.js start",