mirror of https://gitlab.com/ceda_ei/sonzai.git
|
||
---|---|---|
__tests__ | ||
android | ||
components | ||
containers | ||
ios | ||
reducers | ||
.buckconfig | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.prettierrc.js | ||
.watchmanconfig | ||
App.js | ||
AppContainer.js | ||
LICENSE | ||
README.md | ||
actions.js | ||
app.json | ||
babel.config.js | ||
configureStore.js | ||
index.js | ||
metro.config.js | ||
package.json | ||
themes.js | ||
yarn.lock |
README.md
Sonzai
Attendance Management App.
Installation
Pre-built APKs
Currently, the APKs are being published to a telegram channel via GitLab CI/CD. Once the app reaches v1.0, it will be published on Google Play and F-Droid.
Manual Builds
- Setup react native dev environment by following React Native CLI Quickstart Guide here
yarn install
cd android; ./gradlew assembleRelease