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