Repo for Fall Hack 2022
Dang Quang Vinh
Derek Gee
Huynh Vuong The Nguyen
LeangPaul Kho
@react-navigation/native: ^6.0.13
@react-navigation/native-stack: ^6.9.1
expo: ~46.0.16
expo-linear-gradient: ~11.4.0
expo-splash-screen: ~0.16.2
expo-status-bar: ~1.4.0
react: 18.0.0
react-dom: 18.0.0
react-native: 0.69.6
react-native-circular-progress-indicator: ^4.4.0
react-native-reanimated: ^2.11.0
react-native-safe-area-context: 4.3.1
react-native-screens: ~3.15.0
react-native-svg: 12.3.0
react-native-web: ~0.18.7
expo-av: ~12.0.4
Note: this app is only avaliable for Android. You can download the demo APK file, OneMinAct _v1.0.apk, from our repo.
Clone the repo to your computer:
git clone https://github.com/qvd808/Fall-Hack-2022.gitInstall Node.js and then run the following code:
npm installRun the app with npm:
npm run androidInstall Expo:
npx expo-cliPress 'a' or scan the QR code with the Expo Go on your mobile device after running the following code:
npx expo startFinally, if you want to compile an Android app, you can use the following code. Make sure you have an Expo account and that everything is set up:
npm run deploy