mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix http:// support on android app (#733)
This commit is contained in:
parent
cf728739b3
commit
296305f8f6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user