android app for cobalt.tools, made with react native + expo
if you just want the app, a prebuilt apk is available in the releases section.
if you want to build the app yourself, you can do so with the following steps:
-
clone the repo
-
install dependencies
yarn install
- make an expo account and log in with eas-cli
npx eas-cli login
- build the app
npx eas-cli build -p android
- profit
cobalt and, by extension, lithium, are licensed under AGPL-3.0