Skip to content

hmichael26/crmevents

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in aa

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

Build APK pour tests

eas build --platform android --profile preview

Résultat : APK installable directement sur Android

Parfait pour : Tests internes, partage avec testeurs

Build pour simulateur iOS

eas build --platform ios --profile preview

Résultat : Build pour simulateur Xcode uniquement

Parfait pour : Tests sur simulateur, debugging

Build APK en mode Release (optimisé)

eas build --platform android --profile preview2

Utilise : gradleCommand ":app:assembleRelease"

Résultat : APK optimisé pour production

Build iOS en configuration Release

eas build --platform ios --profile preview2

Configuration : Release (optimisé)

Résultat : IPA optimisé

Build avec Development Client

eas build --platform ios --profile preview3

Permet :

- Bibliothèques natives personnalisées

- Debugging avancé

- Hot reload avec code natif

1. Build le development client

eas build --platform ios --profile preview3

2. Installer sur appareil/simulateur

3. Démarrer le serveur de dev

npx expo start --dev-client

4. Scanner le QR code avec votre development client

Build AAB pour Google Play

eas build --platform android --profile production

Résultat : Android App Bundle (.aab)

Destination : Google Play Store

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors