Skip to content

thu-info-community/thu-info-app

Repository files navigation

thu-info-app

Build Status GitHub release Platform Android Platform iOS

An APP aimed at integrating various sources of campus information.

Checkout our official website!

Release

Android:

iOS: App Store


If you are a developer...

Build from source

Prerequisites

Android

iOS

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

Building

cd thu-info-app
yarn
yarn android                  # For Android
npx pod-install && yarn ios   # For iOS

Contributing

Please follow the Contributing guidelines.

Acknowledgement

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.