Skip to content

Commit

Permalink
imp: Add templates to rn package (facebook#22952)
Browse files Browse the repository at this point in the history
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: react-native-community/cli#39 .
cc grabbou cpojer
Pull Request resolved: facebook#22952

Differential Revision: D13644364

Pulled By: hramos

fbshipit-source-id: d5d7a820ffacb342e1e97d83739987678ff511e9
  • Loading branch information
Esemesek authored and facebook-github-bot committed Jan 12, 2019
1 parent 7ef6716 commit 7d79411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"ReactAndroid",
"ReactCommon",
"README.md",
"third-party-podspecs"
"third-party-podspecs",
"template"
],
"scripts": {
"start": "node cli.js start",
Expand Down

0 comments on commit 7d79411

Please sign in to comment.