wizd / VCorpApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommended next steps:

Note: Make sure you have installed native code dependencies here

To preview and run the project on your device:

  1. Open project folder in Visual Studio Code
  2. Run yarn install in the terminal
  3. For iOS device (only on MacOS)
    1. Run npx pod-install
    2. Then, run npx react-native run-ios to view on iOS simulator or follow the instructions here to run on a physical device.
  4. For Android device.
    1. Use Android Virtual Device in Android Studio or follow the instructions here to run on physical device.
    2. Then, run cd android && gradle wrapper && cd ..
    3. Then, run npx react-native run-android
    4. For release, run in android folder: ./gradlew assembleRelease

dev note

*. black theme on Android: facebook/react-native#31052

About


Languages

Language:TypeScript 91.4%Language:Java 3.3%Language:JavaScript 1.6%Language:Ruby 1.2%Language:Objective-C 1.0%Language:HTML 0.9%Language:Objective-C++ 0.5%Language:Batchfile 0.1%