Update React Native App Tutorial authored by Aaditya Prakash's avatar Aaditya Prakash
...@@ -21,7 +21,7 @@ Install the Expo CLI by using the following command. ...@@ -21,7 +21,7 @@ Install the Expo CLI by using the following command.
<div> <div>
```plaintext ```ruby
//Install Expo-cli from command line tools //Install Expo-cli from command line tools
npm install -g expo-cli npm install -g expo-cli
``` ```
...@@ -30,7 +30,7 @@ npm install -g expo-cli ...@@ -30,7 +30,7 @@ npm install -g expo-cli
</div><span dir="">You can simply initialise your project with the following command:</span> </div><span dir="">You can simply initialise your project with the following command:</span>
```plaintext ```ruby
//Initalizes your project //Initalizes your project
expo init TUC expo init TUC
``` ```
... ...
......