A framework for building native applications using React
COMMITS
/ react-native-cli/index.js December 7, 2018
C
Remove references to `local-cli`
Christoph Nakazawa committed
November 5, 2018
I
Fix rn-cli linting issues (#22099)
Ignacio Olaciregui committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
May 11, 2018
E
Prettier files with shebang
Eli White committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
July 13, 2017
E
Revert D5409825: [RN] Convert easy files to Prettier
Eli White committed
July 12, 2017
E
Convert easy files to Prettier
Eli White committed
June 6, 2017
R
Fail gracefully for node<4 in react-native-cli (const->var)
Rob Hogan committed
May 26, 2017
R
14081 mute yarn check error on Windows
Ryan Stelly committed
February 18, 2017
M
Cast name to String to ensure .match is available
Max Malm committed
February 6, 2017
M
CLI: Add support for project templates
Martin Konicek committed
January 20, 2017
A
Run application using package.json scripts
Alexey Kureev committed
December 16, 2016
M
CLI: Refactor printing of version a bit
Martin Konicek committed
L
Fix react-native -v
Laguana committed
December 9, 2016
M
CLI: Remove message 'This might take a while'
Martin Konicek committed
December 6, 2016
M
Allow configuring the way CLI installs react-native
Martin Konicek committed
November 28, 2016
M
Fix 'Unexpected strict mode reserved word', bump version to 1.3
Martin Konicek committed
November 19, 2016
November 12, 2016
F
Add help option to react-native-cli
Fahrradflucht committed
November 1, 2016
M
Use yarn when available
Martin Konicek committed
September 25, 2016
L
Fix ENOENT when react-native init with --verbose on Windows
Li Zheng committed
September 6, 2016
王
remove the unnecessary 'var' in `runVerbose`
王大根 committed
August 15, 2016
E
Warn about long run time of init.
Edward Delaporte committed
June 3, 2016
K
Made react installed via reac-native init strict to unbreak 15.1.0
Konstantin Raev committed
K
Update error message on unrecognized commands
Kevin Lacker committed
March 24, 2016
K
Allow react-native init <version> + removed sinopia from being required for e2e testing
Konstantin Raev committed
January 9, 2016
M
Revert 5da0e135b6224a2ec9677da3494b8c1e90b06908
Martin Konicek committed
January 7, 2016
M
[global-cli] Bump version to 0.1.9
Martin Konicek committed
D
Do some dirty for windows compatible
DengYun committed
January 5, 2016
M
[global-cli] react-native init [--debug|verbose]
Martin Konicek committed
January 4, 2016
M
[global-cli] Fix npm start
Martin Konicek committed
December 26, 2015
S
add react-native version output for -v/--version
sunnylqm committed
December 17, 2015
P
npm progress shown on react init
Pasindu Perera committed
October 27, 2015
M
[global-cli] Link to docs on Node version mismatch
Martin Konicek committed
October 21, 2015
J
[CLI] Make `react-native init` check your Node version
James Ide committed
M
[react-native-cli] Make 'npm start' call 'react-native start'
Martin Konicek committed
M
[react-native-cli] Remove reference to packager.sh
Martín Bigio committed
October 5, 2015
C
[cli] Add a big warning to stop people from modifying the global cli
Christopher Chedeau committed
October 2, 2015
B
Add --verbose option (fixes #2797)
Benjamin Winterberg committed
October 1, 2015
F
Merge pull request #2713 from jmhdez/fix-appName-on-init
Felix Oghină committed
September 15, 2015
J
Respect projectName on template creation
jmhdez committed
September 16, 2015
F
[cli] don't swallow require(local_cli) errors
Felix Oghină committed
September 6, 2015
N
[CLI] Add version argument
Nick Simmons committed
August 7, 2015
A
Hide npm output when doing react-native init
Alex Kotliarskyi committed
May 23, 2015
D
Fixes typo
Dave Sibiski committed
D
Adds validation check for "React" package name
Dave Sibiski committed
May 18, 2015
A
Fix react-native-cli code formatting
Alex Kotliarskyi committed
A
Merge pull request #1293 from skv-headless/confirm-init-overwrite
Alexander Kotliarskyi committed
May 15, 2015
S
ask confirmation on init command
skv committed