Offline credit card rewards helper built with Expo + React Native. No auth, no backend—data stays on device via AsyncStorage.
- Manage your card list locally (add/delete, multi-select)
- Compare cards across 14 reward categories (groceries, dining, gas, travel, etc.)
- Dark-mode friendly UI with searchable add modal
cd mobile
npm install
npx expo start --tunnel # or --lan if on same Wi-FiOpen the QR code in Expo Go.
- Code lives in
mobile/(Expo Router). - No environment variables required (all data is static/offline).
- Lint:
cd mobile && npm run lint
- Install EAS CLI:
npm install -g eas-cli - Configure:
cd mobile && eas build:configure - Android AAB:
eas build --platform android --profile production - iOS: requires Apple account; build via EAS.