A prototype wrapper of HKU Moodle created with React Native Expo
A JS package manager is required. Yarn is recommended, install with homebrew:
brew install yarn
Then install expo-cli
as needed to run or build the app:
yarn global add expo-cli
At project root, run the following command to start the bundler:
yarn start
You can choose to run the app in a configured VM or your own devices. Note that to run the app on your device you need to have the Expo app installed.
At project root, run the following command:
expo build:${platform}
Replace ${platform}
with android
, ios
, etc.