Mobile App UI Only.
- Mac OS X
- YarnV1 package + Node.js v14 or newer + react-native-cli 2.0.1 or newer
- Cocoapod + xcode for iOS and java 11 + android studio for Android
- IDE: VSCode with ESLint extension installed. Or any IDE that support ESLint integration.
- Make sure to create a branch and a pull request, open your terminal and run:
git clone https://github.com/taipham1803/preemployment
- In the rooit project folder, you run:
yarn && yarn pod
- Add Google maps API key to use Google maps for Android + iOS
- Fastest way: Open the project with VSCode and search for
API_KEY_GOOGLE_MAPS
, then replace it with your google maps api key.
- For Android: ./android/app/src/main/AndroidManifest.xml
- For iOS: ./ios/preemployment/AppDelegate.mm
- Open xcode, vscode and run node server in 1 command
yarn c
- Run App from Xcode
iOS - iPhone 13 (iOS 15.5) - Light Mode
Android - Galaxy Note 10 (API 30) - Dark Mode
- TypeScript v4.4.4
- React Native v0.68.1, React v17.0.2
- State management: Recoil, React Context
- ESLint