Commit a477aec
Rewrite 'react-native init' and 'react-native upgrade' without using Yeoman in preparation for templates support
Summary:
This is the manually imported version of facebook#10786
This was mostly straigthforward by replacing the local-cli folder with the version I had in my local git checkout,
plus a few other files I listed with git diff --name-only.
Reviewed By: hramos
Differential Revision: D4201118
fbshipit-source-id: 4d0fb54b0edda9de1abba427958e420fd2ac105c1 parent eddc2c9 commit a477aec
File tree
69 files changed
+726
-1892
lines changed- local-cli
- __tests__
- android
- generate
- generator-android
- templates/src
- app/src/main/res/values
- generator-ios
- templates/xcodeproj
- generator
- init
- runAndroid
- server/middleware/heapCapture
- templates/HelloWorld
- __tests__
- android
- app
- src/main
- java/com/helloworld
- res
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- values
- gradle/wrapper
- keystores
- ios
- HelloWorldTests
- HelloWorld
- Base.lproj
- Images.xcassets/AppIcon.appiconset
- upgrade
- util
- react-native-cli
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+726
-1892
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
This file was deleted.
0 commit comments