Ce projet est une application mobile développée avec React Native et gérée via Expo. Elle est conçue pour fonctionner sur iOS et Android.
- Node.js (version 16 ou supérieure)
- Expo CLI (installé globalement via npm ou yarn)
- Application Expo Go (disponible sur App Store ou Google Play)
- Clonez ce dépôt :
git clone https://github.com/votre-utilisateur/projet-react-native-expo.git
2: Installez les dépendances : npm install
ou: yarn install
3: Démarrez le projet avec Expo : expo start Structure du projet App.js: Point d'entrée principal de l'application. components/: Composants réutilisables. screens/: Écrans de l'application.