Remove remaining references to local-cli

Summary: This removes the remaining references to `local-cli`. We already have a `cli.js` file on the root that was just forwarding to the local-cli folder, so I removed that. It also seems that `setupBabel.js` is no longer necessary in RN.

Reviewed By: TheSavior

Differential Revision: D13396218

fbshipit-source-id: a945cb91dae39c4b58c5cabcca6b0f0328fc4717
This commit is contained in:
Christoph Nakazawa
2018-12-10 19:04:56 -08:00
committed by Facebook Github Bot
parent eb413bc9e0
commit 63a6bb7637
16 changed files with 23 additions and 93 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ function createProject(name, options) {
version: '0.0.1',
private: true,
scripts: {
start: 'node node_modules/react-native/local-cli/cli.js start',
start: 'node node_modules/react-native/cli.js start',
ios: 'react-native run-ios',
android: 'react-native run-android',
},