Official Documentation & Resources
Links to the official documentation for every technology used in ScaleRocket Mobile.
Official Documentation & Resources
Bookmark these links. When you need to go deeper on any technology, these are your primary sources.
Core Framework
| Technology | Documentation | What it's used for |
|---|---|---|
| Expo SDK 55 | docs.expo.dev | App framework |
| React Native | reactnative.dev/docs | Mobile UI |
| React 19 | react.dev | UI library |
| TypeScript | typescriptlang.org/docs | Type safety |
Backend
| Technology | Documentation | What it's used for |
|---|---|---|
| Supabase | supabase.com/docs | Auth, database, storage |
| Supabase Auth | supabase.com/docs/guides/auth | Authentication & OAuth |
| Supabase JS SDK | supabase.com/docs/reference/javascript | Client SDK |
| Technology | Documentation | What it's used for |
|---|---|---|
| Convex | docs.convex.dev | Database, functions, real-time |
| Convex Auth | labs.convex.dev/auth | Authentication & OAuth |
| Convex React | docs.convex.dev/client/react | React hooks for Convex |
Services
| Technology | Documentation | What it's used for |
|---|---|---|
| Stripe | docs.stripe.com | In-app purchases, subscriptions |
Expo Libraries
| Technology | Documentation | What it's used for |
|---|---|---|
| expo-router | docs.expo.dev/router/introduction | File-based navigation |
| expo-secure-store | docs.expo.dev/versions/latest/sdk/securestore | Secure token storage |
| expo-notifications | docs.expo.dev/push-notifications/overview | Push notifications |
| expo-camera | docs.expo.dev/versions/latest/sdk/camera | Camera access |
| expo-image-picker | docs.expo.dev/versions/latest/sdk/imagepicker | Photo picker |
| expo-haptics | docs.expo.dev/versions/latest/sdk/haptics | Haptic feedback |
| expo-local-authentication | docs.expo.dev/versions/latest/sdk/local-authentication | Biometric auth |
| expo-splash-screen | docs.expo.dev/versions/latest/sdk/splash-screen | Splash screen |
Build & Deploy
| Technology | Documentation | What it's used for |
|---|---|---|
| EAS Build | docs.expo.dev/build/introduction | Cloud builds |
| EAS Submit | docs.expo.dev/submit/introduction | App Store / Google Play submission |
| EAS Update | docs.expo.dev/eas-update/introduction | Over-the-air updates |