Skip to content

Commit 7f496d6

Browse files
committed
init
1 parent 623d626 commit 7f496d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.runcode.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
onCreate:
22
- sudo corepack enable
33
- sudo npm install -g react-native-cli react-native
4+
- yarn
45

56
onStart:
67
- |
78
printf "GO TO dashboard and open the GUI by clicking GUI icon under more options of the workspace\n\n"
89
printf "open android studio and create AVD and then run it\n\n"
910
printf "then, to run the react-native project, run the following commands in two terminals by splitting\n\n"
10-
printf "npx react-native start"
11-
printf "npx react-native run-android"
11+
printf "\nnpx react-native start\n\n"
12+
printf "\nnpx react-native run-android"

0 commit comments

Comments
 (0)