We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623d626 commit 7f496d6Copy full SHA for 7f496d6
.runcode.yaml
@@ -1,11 +1,12 @@
1
onCreate:
2
- sudo corepack enable
3
- sudo npm install -g react-native-cli react-native
4
+ - yarn
5
6
onStart:
7
- |
8
printf "GO TO dashboard and open the GUI by clicking GUI icon under more options of the workspace\n\n"
9
printf "open android studio and create AVD and then run it\n\n"
10
printf "then, to run the react-native project, run the following commands in two terminals by splitting\n\n"
- printf "npx react-native start"
11
- printf "npx react-native run-android"
+ printf "\nnpx react-native start\n\n"
12
+ printf "\nnpx react-native run-android"
0 commit comments