Correction build APK Android

- Fix: Configuration Docker pour éviter l'écrasement de node_modules
- Fix: Script build-apk.sh installe correctement les dépendances dev
- Fix: Adaptation du code pour export statique (Suspense, useSearchParams)
- Fix: Correction type Accordion
This commit is contained in:
2025-11-23 09:33:33 +01:00
parent 0169f0d5cb
commit 51a74342f4
11 changed files with 991 additions and 65 deletions

View File

@ -11,7 +11,7 @@ if [ ! -d "android" ]; then
fi
# Générer l'APK dans le conteneur
docker-compose -f docker-compose.build.yml run --rm android-builder sh -c "
docker compose -f docker-compose.build.yml run --rm android-builder sh -c "
cd android &&
./gradlew assembleDebug
"