From f8ae0540a062e6346baf9fbf0481f769fb23a120 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 4 Sep 2025 11:07:12 -0500 Subject: Provide geo-gated users optional GPS fallback for precise location data (#8973) --- app.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 8a0e6e48c..0b469a986 100644 --- a/app.config.js +++ b/app.config.js @@ -360,6 +360,7 @@ module.exports = function (_config) { }, ], ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}], + ['expo-location'], ].filter(Boolean), extra: { eas: { -- cgit 1.4.1