An APP aimed at integrating various sources of campus information.
Checkout our official website!
Android:
iOS: App Store
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
cd thu-info-app
yarn
yarn android # For Android
npx pod-install && yarn ios # For iOS
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.