Mobile Stack Guide¶
Recommend the mobile road only when it clearly reduces decision and setup friction for a real mobile workflow.
Expo and React Native are first-class in ORCA Framework.
The default mobile bias is:
- Expo
- React Native
- Expo EAS
- Supabase or Firebase
- RevenueCat when native digital subscriptions matter
- OneSignal for push
- Sentry for crash and runtime monitoring
Why This Is The Default¶
- shared JavaScript and TypeScript skill path
- fast setup and iteration
- practical build and release workflows through EAS
- clear push, auth, and subscription companions
Key Mobile Decisions¶
- managed or bare/native customization path
- Supabase versus Firebase as the primary app backend
- RevenueCat versus no subscriptions
- OneSignal versus lighter notification needs
- push, deep-link, and auth flow decisions before shipping