BUS-Ticket mobile & web client - React Native (Expo) + Next.js monorepo for bus ticket booking
Go to file
user 3aecbeb78f Remove native modules, add stubs for notifications and database
- Remove expo-sqlite, expo-local-authentication, expo-notifications
- Create AsyncStorage-based database fallback
- Add stub NotificationService implementation
- Update useNotifications hook with stub methods
- Remove native plugins from app.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:06:14 +00:00
app BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
assets BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
src Remove native modules, add stubs for notifications and database 2026-02-04 09:06:14 +00:00
.gitignore BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
app.json Remove native modules, add stubs for notifications and database 2026-02-04 09:06:14 +00:00
babel.config.js BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
eas.json BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
expo-env.d.ts BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
metro.config.js BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00
package-lock.json Remove native modules, add stubs for notifications and database 2026-02-04 09:06:14 +00:00
package.json Remove native modules, add stubs for notifications and database 2026-02-04 09:06:14 +00:00
tsconfig.json BUS-Tickets Mobile v1.1.0 - Standalone Build 2026-02-04 08:54:11 +00:00