mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
43d3313788
Summary: Add reactNativePath to cli.js Add reactNativePath to cli.js [GENERAL] [FIXED] - Internal - Update packagers to the latest CLI Pull Request resolved: https://github.com/facebook/react-native/pull/23967 Differential Revision: D14502855 Pulled By: hramos fbshipit-source-id: b9804e4fb364c004215227d938fe7101641f5b3c
12 lines
292 B
Batchfile
12 lines
292 B
Batchfile
:: Copyright (c) Facebook, Inc. and its affiliates.
|
|
::
|
|
:: This source code is licensed under the MIT license found in the
|
|
:: LICENSE file in the root directory of this source tree.
|
|
|
|
@echo off
|
|
title Metro Bundler
|
|
call .packager.bat
|
|
node "%~dp0..\cli.js" --reactNativePath ../ start
|
|
pause
|
|
exit
|