Remove references to local-cli

Summary: This cleans up various configurations after the removal of this folder.

Reviewed By: hramos

Differential Revision: D13338515

fbshipit-source-id: 9d6877921e15a183e46861626af831231333f42a
This commit is contained in:
Christoph Nakazawa
2018-12-07 04:47:03 -08:00
committed by Facebook Github Bot
parent cd43fb8005
commit 9d3f598c2c
7 changed files with 5 additions and 27 deletions

View File

@@ -21,7 +21,7 @@
// The only job of react-native-cli is to init the repository and then
// forward all the commands to the local version of react-native.
//
// If you need to add a new command, please add it to local-cli/.
// If you need to add a new command, please add it to react-native-local-cli.
//
// The only reason to modify this file is to add more warnings and
// troubleshooting information for the `react-native init` command.