aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app.json')
-rw-r--r--apps/mobile/app.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index fec59de5..7c0f354e 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -18,6 +18,12 @@
"bundleIdentifier": "app.hoarder.hoardermobile",
"config": {
"usesNonExemptEncryption": false
+ },
+ "infoPlist": {
+ "NSAppTransportSecurity": {
+ "NSAllowsArbitraryLoads": true,
+ "NSAllowsLocalNetworking": true
+ }
}
},
"android": {
@@ -48,6 +54,14 @@
{
"photosPermission": "The app access your photo gallary on your request to hoard them."
}
+ ],
+ [
+ "expo-build-properties",
+ {
+ "android": {
+ "usesCleartextTraffic": true
+ }
+ }
]
],
"extra": {