Eventio frontend
On your PC:
- Node v10.0+ (older may work but it hasnt been tested) w/ NPM
- Expo CLI -
npm install expo-cli -g
On your phone:
To run the app:
- On your PC, open the terminal and navigate to the root folder of the project
- Run
npm i
to install all the packages required for the project to run - Run:
npm start
orexpo start
. This will open a local dev server which you can control in browser.
Now you can choose how you can your app on your phone:
- Locally via USB
- On your device enable USB debugging in its device settings, then connect it via USB to your PC
- On your PC, in the browser controller GUI in the bottom right corner, choose the option Local
- Click the button Run on Android device/emulator. Expo should automatically start on the device.
- Via LAN
- Make sure that both devices are connected to the same network
- In the browser GUI, choose the option LAN
- Open Expo on your phone, on the navigator bar search for Projects
- The first option should be Scan QR Code. Use it to scan the QR code provided in the web controller. The app should run.
Expo may ask you to make an account. It's a 2 second job, you don't even need to verify it.
Unless you use Android Studio or Xcode, DO NOT use react-native CLI to run the app.
This app was made for Android devices. It may not work on iOS devices.
For any additional questions you can contact me (Spinzed) or any of the contributors.