mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Move react-native template
Summary: This diff moves the React Native template from `local-cli/templates/HelloWorld` to `template`. Keeping it in the react-native repo will allow us to make changes to the template and version it together with react-native, instead of moving it out into a separate repo and trying to keep the template in sync with RN. Reviewed By: TheSavior Differential Revision: D13372949 fbshipit-source-id: e68e267b4dcf6384535d7b48fc11e297a12e9676
This commit is contained in:
committed by
Facebook Github Bot
parent
9d3f598c2c
commit
896bb8a21e
@@ -32,9 +32,9 @@
|
||||
},
|
||||
"testRegex": "/__tests__/.*-test\\.js$",
|
||||
"testPathIgnorePatterns": [
|
||||
"Libraries/Renderer",
|
||||
"/node_modules/",
|
||||
"local-cli/templates/",
|
||||
"<rootDir>/template",
|
||||
"Libraries/Renderer",
|
||||
"RNTester/e2e"
|
||||
],
|
||||
"haste": {
|
||||
|
||||
Reference in New Issue
Block a user