Skip to content

Commit

Permalink
fix broken reference to yarn start in rn-start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Oct 17, 2023
1 parent 6924d99 commit 495aee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-react-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ ! -z "$METRO_PID" ]; then
[[ $term == 'y' ]] && kill $METRO_PID
fi

yarn start
react-native start

0 comments on commit 495aee5

Please sign in to comment.