Mobile-first admin console for Sub2API operations, built with Expo + React Native + Expo Router.
- Cross-platform app (iOS / Android / Web) for operational and admin workflows.
- Server health and metrics monitoring views.
- User, API key, account, and group management pages.
- Multi-account admin server switching in settings.
- Expo SDK 54
- React Native 0.81
- React 19
- Expo Router
- TanStack Query
- Valtio
- Node.js 20+
- npm 10+
Install dependencies:
npm ciRun locally:
npm run startCommon targets:
npm run android
npm run ios
npm run webEAS scripts:
npm run eas:build:development
npm run eas:build:preview
npm run eas:build:productionOTA 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):
- Workflow:
.github/workflows/eas-build.yml - Trigger: Actions → EAS Build → Run workflow
- Inputs:
profile=preview,platform=android - Requirement: repository secret
EXPO_TOKEN - Download: after completion, open the run Summary and use the
ANDROID downloadlink.
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- Web builds are intentionally configured to avoid persistent storage of
adminApiKey. - Native platforms continue to use secure storage semantics.
- For responsible disclosure, see SECURITY.md.
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
This project is licensed under the MIT License. See LICENSE.
