/preemployment

Pre-Employment React Native Project

Primary LanguageTypeScript

Pre-Employment React Native Project

Mobile App UI Only.

Requirements

  • 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.

Running project locally - Runs the app in the development mode.

  1. 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
  1. 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.

Or you can change it manually in the following 2 places:

  • For Android: ./android/app/src/main/AndroidManifest.xml
  • For iOS: ./ios/preemployment/AppDelegate.mm
  1. Open xcode, vscode and run node server in 1 command
yarn c
  1. Run App from Xcode

And the result of the application running up will be like this

demo_ios_light default layout iOS - iPhone 13 (iOS 15.5) - Light Mode

demo_android_dark default layout Android - Galaxy Note 10 (API 30) - Dark Mode

Technologies

  • TypeScript v4.4.4
  • React Native v0.68.1, React v17.0.2
  • State management: Recoil, React Context
  • ESLint