mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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:
committed by
Facebook Github Bot
parent
7ef6716582
commit
7d79411008
@@ -128,7 +128,8 @@
|
||||
"ReactAndroid",
|
||||
"ReactCommon",
|
||||
"README.md",
|
||||
"third-party-podspecs"
|
||||
"third-party-podspecs",
|
||||
"template"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node cli.js start",
|
||||
|
||||
Reference in New Issue
Block a user