Lesson 1 - React Native Install Using Expo 2023 06 17

Опубликовано: 11 Июнь 2026
на канале: Web Development
356
10

React Native Install Using Expo

FullStack2023

Git

1. Create a new branch
git checkout -b branchName

2. Do you work

3. git add .

4. git commit -am "message"

5. git push
git push --set-upstream origin mk_intro

6. When you are done with changes, create a pull request.

Front End
React, React Native, React with Typescript, Next JS

Backend
Node JS, PHP 6

Database
Mongodb, Sqlite, Mysql, ParseServer

Css, data structure, less, sass

Day 1: 2023/06/17

1. Create a folder based on your name
2. Create another folder (reactnative) inside your name folder
3. Create readme.txt file inside your reactnative folder.

git add .
git commit -am "added new folder"
git push
git push --set-upstream origin yourBranchName

React Native

Expo Go install this app in your phone

cd yournameFolder/reactnative
yarn create expo-app AwesomeProject
cd AwesomeProject
yarn expo start

Android
Expo Gap
Scan QR code

Iphone
Open Camera
Scan the code,
Open in Expo Go,
App will get opened in Expo Go.


We created new React Native Project and checked on mobile,
how it looks and how to edit that file.