From 82f1f61c6b3dc9b4c073e57049dd46967be18013 Mon Sep 17 00:00:00 2001 From: CrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:12:19 +0100 Subject: fix(mobile): Add support for self signed certs in android. Fixes #381 (#416) Co-authored-by: MohamedBassem --- apps/mobile/app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/mobile/app.json') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 87db856f..c1dc6bf9 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -51,6 +51,7 @@ "versionCode": 20 }, "plugins": [ + "./plugins/trust-local-certs.js", "./plugins/camera-not-required.js", "expo-router", [ -- cgit v1.2.3-70-g09d2