Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenASiST
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Snippets
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenASiST
OpenASiST
Wiki
React Native App Tutorial
Changes
Page history
New page
Templates
Clone repository
Update React Native App Tutorial
authored
3 years ago
by
Aaditya Prakash
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
React-Native-App-Tutorial.md
+3
-3
3 additions, 3 deletions
React-Native-App-Tutorial.md
with
3 additions
and
3 deletions
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
...
@@ -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.
After project is created, you can navigate to the project directory.
```
plaintex
t
```
javascrip
t
//Navigate to project directory
//Navigate to project directory
cd
tucT
cd
tucT
```
```
...
@@ -50,7 +50,7 @@ cd tucT
...
@@ -50,7 +50,7 @@ cd tucT
You can start the expo server with the following command.
You can start the expo server with the following command.
```
plaintex
t
```
javascrip
t
expo
start
//or npm start
expo
start
//or npm start
```
```
...
...
This diff is collapsed.
Click to expand it.