Mobile-first admin console for Sub2API operations, built with Expo + React Native + Expo Router.
Install dependencies:
npm ci
Run locally:
npm run start
Common targets:
npm run android
npm run ios
npm run web
EAS scripts:
npm run eas:build:development
npm run eas:build:preview
npm run eas:build:production
OTA update scripts:
npm run eas:update:preview -- "your message"
npm run eas:update:production -- "your message"
Additional release notes: docs/EXPO_RELEASE.md
GitHub Actions Android build (downloadable):
.github/workflows/eas-build.ymlprofile=preview, platform=androidEXPO_TOKENANDROID download link.app/ Expo Router routes/screens
src/components/ Reusable UI components
src/services/ Admin API request layer
src/store/ Global config/account state (Valtio)
src/lib/ Utilities, query client, fetch helpers
docs/ Operational and release documentation
server/ Local Express proxy for admin APIs
adminApiKey.Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
This project is licensed under the MIT License. See LICENSE.
TypeScript
96.8%
JavaScript
3.1%
Mobile-first admin console for Sub2API operations, built with Expo + React Native + Expo Router.
Install dependencies:
npm ci
Run locally:
npm run start
Common targets:
npm run android
npm run ios
npm run web
EAS scripts:
npm run eas:build:development
npm run eas:build:preview
npm run eas:build:production
OTA update scripts:
npm run eas:update:preview -- "your message"
npm run eas:update:production -- "your message"
Additional release notes: docs/EXPO_RELEASE.md
GitHub Actions Android build (downloadable):
.github/workflows/eas-build.ymlprofile=preview, platform=androidEXPO_TOKENANDROID download link.app/ Expo Router routes/screens
src/components/ Reusable UI components
src/services/ Admin API request layer
src/store/ Global config/account state (Valtio)
src/lib/ Utilities, query client, fetch helpers
docs/ Operational and release documentation
server/ Local Express proxy for admin APIs
adminApiKey.Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
This project is licensed under the MIT License. See LICENSE.
TypeScript
96.8%
JavaScript
3.1%