This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
1e3e2387d3
react-native
/
local-cli
/
templates
/
HelloWorld
/
_babelrc
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrite 'react-native init' and 'react-native upgrade' without using Yeoman in preparation for templates support Summary: This is the manually imported version of https://github.com/facebook/react-native/pull/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: 4d0fb54b0edda9de1abba427958e420fd2ac105c
2016-11-19 02:25:02 +00:00
{
Switch babel preset to metro-react-native-babel-preset (#20653) Summary: Fixes #20567 Pull Request resolved: https://github.com/facebook/react-native/pull/20653 Differential Revision: D9296819 Pulled By: hramos fbshipit-source-id: 88953afb9778e3c8cde5576b068888fd882c2220
2018-08-13 17:26:58 +00:00
"presets": ["module:metro-react-native-babel-preset"]
Fix indent for .babelrc in HelloWorld template Summary: Minor code formatting. Each time I run `react-native init` I must reindent this file. Closes https://github.com/facebook/react-native/pull/12850 Differential Revision: D4691374 fbshipit-source-id: dc02b021e2f320f1046e4e6d024ba675a4213de8
2017-03-10 21:42:18 +00:00
}