Files
projet_gestion_commande/frontend-admin/node_modules/expo-image-picker/expo-module.config.json
T
2026-02-07 22:33:02 +01:00

16 lines
358 B
JSON

{
"platforms": ["apple", "android"],
"apple": {
"modules": ["ImagePickerModule"]
},
"android": {
"modules": ["expo.modules.imagepicker.ImagePickerModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.imagepicker",
"version": "17.0.10",
"repository": "local-maven-repo"
}
}
}