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 @
cd4f55cd
...
...
@@ -41,7 +41,7 @@ The **Expo CLI** will ask you to choose a template. In this tutorial, we will se
After project is created, you can navigate to the project directory.
```
plaintex
t
```
javascrip
t
//Navigate to project directory
cd
tucT
```
...
...
@@ -50,7 +50,7 @@ cd tucT
You can start the expo server with the following command.
```
plaintex
t
```
javascrip
t
expo
start
//or npm start
```
...
...
...
...