diff --git a/front/apps/mobile/app.config.ts b/front/apps/mobile/app.config.ts index afb76113..fa9c1206 100644 --- a/front/apps/mobile/app.config.ts +++ b/front/apps/mobile/app.config.ts @@ -70,7 +70,14 @@ const config: ExpoConfig = { }, }, plugins: [ - "expo-build-properties", + [ + "expo-build-properties", + { + android: { + usesCleartextTraffic: true, + }, + }, + ], "expo-localization", [ "react-native-video",