0% found this document useful (0 votes)
19 views1 page

Install React Native - Live Class

Uploaded by

Rana Shahid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Install React Native - Live Class

Uploaded by

Rana Shahid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

~ Configure & Install React Native ~

------------------------------------
1. Start bash
2. Install Git [in Files]
a. download git: https://git-scm.com
b. install git (>git -v)
3. Install NodeJS at https://nodejs.org [in Files]
(>node -v, npm -v)
4. Install Expo
(>npx install -g expo-cli)

All Files are placed at:


https://mega.nz/folder/fQx11R5R#ENH0zKvWcEKoX6xkaxsHJw

~ Start a Project ~
-------------------
1. mkdir project-name
2. cd project-name
3. npx create-expo-app --template
3.1. Prompt: Tell App-name
3.2. Choose blank template
(installing ...)
4. cd app-name (go into folder)
5. Start Server (>npm start)
That's All!
--------------------
~ In new bash login just once ~

1. >expo register (or https://expo.dev/signup)


2. >expo login (enter username & password)
3. >whoami
That's All!
--------------------
Install Expo Go (From Play Store)
Now: npm start

You might also like