From 495aee584ed17041f27a8920dbe0c46cf4f6580d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 17 Oct 2023 23:47:19 +0200 Subject: [PATCH] fix broken reference to yarn start in rn-start.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- scripts/start-react-native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-react-native.sh b/scripts/start-react-native.sh index e3a06fe068..784db6a27b 100755 --- a/scripts/start-react-native.sh +++ b/scripts/start-react-native.sh @@ -14,4 +14,4 @@ if [ ! -z "$METRO_PID" ]; then [[ $term == 'y' ]] && kill $METRO_PID fi -yarn start +react-native start