Documentation officielle & Ressources
Liens vers la documentation officielle de chaque technologie utilisée dans ScaleRocket Mobile.
Documentation officielle & Ressources
Mettez ces liens en favoris. Quand vous avez besoin d'approfondir une technologie, ce sont vos sources principales.
Framework principal
| Technologie | Documentation | Utilisation |
|---|---|---|
| Expo SDK 55 | docs.expo.dev | Framework d'app |
| React Native | reactnative.dev/docs | UI mobile |
| React 19 | react.dev | Librairie UI |
| TypeScript | typescriptlang.org/docs | Typage |
Backend
| Technologie | Documentation | Utilisation |
|---|---|---|
| Supabase | supabase.com/docs | Auth, base de données, stockage |
| Supabase Auth | supabase.com/docs/guides/auth | Authentification & OAuth |
| Supabase JS SDK | supabase.com/docs/reference/javascript | SDK client |
| Technologie | Documentation | Utilisation |
|---|---|---|
| Convex | docs.convex.dev | Base de données, fonctions, temps réel |
| Convex Auth | labs.convex.dev/auth | Authentification & OAuth |
| Convex React | docs.convex.dev/client/react | Hooks React pour Convex |
Services
| Technologie | Documentation | Utilisation |
|---|---|---|
| Stripe | docs.stripe.com | Achats in-app, abonnements |
Librairies Expo
| Technologie | Documentation | Utilisation |
|---|---|---|
| expo-router | docs.expo.dev/router/introduction | Navigation basée sur les fichiers |
| expo-secure-store | docs.expo.dev/versions/latest/sdk/securestore | Stockage sécurisé des tokens |
| expo-notifications | docs.expo.dev/push-notifications/overview | Notifications push |
| expo-camera | docs.expo.dev/versions/latest/sdk/camera | Accès caméra |
| expo-image-picker | docs.expo.dev/versions/latest/sdk/imagepicker | Sélecteur de photos |
| expo-haptics | docs.expo.dev/versions/latest/sdk/haptics | Retour haptique |
| expo-local-authentication | docs.expo.dev/versions/latest/sdk/local-authentication | Auth biométrique |
| expo-splash-screen | docs.expo.dev/versions/latest/sdk/splash-screen | Écran de démarrage |
Build & Déploiement
| Technologie | Documentation | Utilisation |
|---|---|---|
| EAS Build | docs.expo.dev/build/introduction | Builds cloud |
| EAS Submit | docs.expo.dev/submit/introduction | Soumission App Store / Google Play |
| EAS Update | docs.expo.dev/eas-update/introduction | Mises à jour over-the-air |