mirror of https://gitlab.com/ceda_ei/sonzai.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
__tests__ | 3 years ago | |
android | 3 years ago | |
components | 3 years ago | |
containers | 3 years ago | |
ios | 3 years ago | |
reducers | 3 years ago | |
.buckconfig | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
.prettierrc.js | 3 years ago | |
.watchmanconfig | 3 years ago | |
App.js | 3 years ago | |
AppContainer.js | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
actions.js | 3 years ago | |
app.json | 3 years ago | |
babel.config.js | 3 years ago | |
configureStore.js | 3 years ago | |
index.js | 3 years ago | |
metro.config.js | 3 years ago | |
package.json | 3 years ago | |
themes.js | 3 years ago | |
yarn.lock | 3 years ago |
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