A minimal Expo template to create a LightOS-inspired app.
Note
This is very much a WIP. There's a lot of things I want to add but it'll take me a bit of time :)
- Update
app.jsonwith your app name, slug, and package name - Run
bun dev
bun dev # Build and run
bun run sync-version # Sync version across files
bun run generate-icon # Generate icon from app name
bun run generate-readme-image # Generate README example imageTrigger the workflow manually in Actions tab. It builds an APK and creates a GitHub release tagged with the version from app.json. Changelog is auto-generated from commits since the last release.
Requires EXPO_TOKEN secret in repo settings.
See AGENTS.md for complete component reference, patterns, and examples.
