Fix http:// support on android app (#733)

This commit is contained in:
Scott Merchant 2024-12-19 18:06:29 +01:00 committed by GitHub
parent cf728739b3
commit 296305f8f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,14 @@ const config: ExpoConfig = {
}, },
}, },
plugins: [ plugins: [
[
"expo-build-properties", "expo-build-properties",
{
android: {
usesCleartextTraffic: true,
},
},
],
"expo-localization", "expo-localization",
[ [
"react-native-video", "react-native-video",