An APP aimed at integrating various sources of campus information.
Checkout our official website!
Android:
iOS: App Store
HarmonyOS: AppGallery
If you are a developer...
- Node.js >= 18
- Yarn Classic
- JDK >= 17
- Android Studio or Intellij IDEA with
Android SDK Platform 34
andAndroid SDK Build-Tools 34.0.0
installed.
Make sure you have Xcode >= 12 installed and the command line tools enabled.
We recommend using Homebrew to install the tools required.
brew install node
brew install yarn
brew install cocoapods
brew install watchman # optional, install only for higher development performance
- DevEco Studio
- Yarn Classic
We recommend following the official docs:
Make sure you have environment variable RNOH_C_API_ARCH=1
set.
cd thu-info-app
yarn
yarn android # For Android
npx pod-install && yarn ios # For iOS
cd thu-info-app
./setup-harmony.sh
Open DevEco Studio and sync project.
cd apps/thu-info-app
yarn codegen-harmony
yarn bundle-harmony
Build and run project with DevEco Studio.
Optional: for react-native hot reload
hdc rport tcp:8081 tcp:8081 yarn start
Please follow the Contributing guidelines.
The source code is licenced under Business Source License 1.1, and is not allowed for commercial use unless explicitly granted by UNIDY2002 or after the Change Date arrives.
Great thanks to the learnX project, without referring to whose code the migration to React Native would never be as smooth.
Best regards to the JavaScript and the React Native community.