Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Install & Setup React Native Guide

This document provides a step-by-step guide to configure and install React Native, including installing Git, NodeJS, and Expo. It outlines how to start a new project using Expo and includes instructions for registering and logging into Expo. Additionally, it mentions installing the Expo Go app from the Play Store to run the project.

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)
21 views1 page

Install & Setup React Native Guide

This document provides a step-by-step guide to configure and install React Native, including installing Git, NodeJS, and Expo. It outlines how to start a new project using Expo and includes instructions for registering and logging into Expo. Additionally, it mentions installing the Expo Go app from the Play Store to run the project.

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