From d3e8bd3e9a1f71b1177c0493634515379b0d1de8 Mon Sep 17 00:00:00 2001 From: Ansh Date: Thu, 4 May 2023 14:18:27 -0700 Subject: [APP-547] Universal links & deeplinking (#555) * added ios scheme and intentFilters for deep linking * added intentFilters for android deep linking * add .env files to .gitignore * add autoVerify for android deep links --- eas.json | 1 + 1 file changed, 1 insertion(+) (limited to 'eas.json') diff --git a/eas.json b/eas.json index 37671c086..32d5b13d9 100644 --- a/eas.json +++ b/eas.json @@ -8,6 +8,7 @@ "developmentClient": true, "distribution": "internal", "ios": { + "simulator": true, "resourceClass": "medium" }, "channel": "development", -- cgit 1.4.1