mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
6ca492a4d2
Summary: fixes RNTester for open source Reviewed By: bestander Differential Revision: D5129516 fbshipit-source-id: d7bb7ee23bd57b8c35ca7f3876eed17d88982cef
13 lines
397 B
Bash
Executable File
13 lines
397 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright (c) 2015-present, Facebook, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# This source code is licensed under the BSD-style license found in the
|
|
# LICENSE file in the root directory of this source tree. An additional grant
|
|
# of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
THIS_DIR=$(dirname "$0")
|
|
cd "$THIS_DIR/.."
|
|
node "./local-cli/cli.js" start "$@"
|