Skip to content

Commit

Permalink
Fix http:// support on android app (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
scme0 authored Dec 19, 2024
1 parent cf72873 commit 296305f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion front/apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ const config: ExpoConfig = {
},
},
plugins: [
"expo-build-properties",
[
"expo-build-properties",
{
android: {
usesCleartextTraffic: true,
},
},
],
"expo-localization",
[
"react-native-video",
Expand Down

0 comments on commit 296305f

Please sign in to comment.