~ 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