This is the Mobile app i made for my school project in React Native with Expo
if you already have expo installed you can skip this
npm install --global expo-cli
if you already have Android Studio installed and have a Virtual Machine setup you can skip this
go to Android Studio and install the software.
Enable Virtual Device in installation:
go to Virtual Device Manager:
- click "Create device".
- pick a device ("Pixel 6 pro" recommended).
- download and select a System image ("R" recommended).
- create the device.
open CMD (or your terminal of choice) and go to your preferred folder.
git clone https://github.com/RalkeyOfficial/SchoolMobileProject.git
cd SchoolMobileProject
npm i
-
open Android Studio and go to the device manager.
- open your virtual device in Cold Boot mode.
- wait for the virtual device to be completed started up.
-
open the CMD in the current project folder.
npm run start
- press
a
to run on android. select your virtual device