Changes
Page history
Update React Native App Tutorial
authored
Dec 15, 2021
by
Aaditya Prakash
Show whitespace changes
Inline
Side-by-side
React-Native-App-Tutorial.md
View page @
52ae18d0
...
@@ -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
```
```
...
...
...
...