about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-05-04 14:18:27 -0700
committerGitHub <noreply@github.com>2023-05-04 16:18:27 -0500
commitd3e8bd3e9a1f71b1177c0493634515379b0d1de8 (patch)
treecc89000687a9b4ef03e1de143565260d9e4a0b12 /eas.json
parentc8af784328177bbf8b8e9df5c2ae0e1087057b81 (diff)
downloadvoidsky-d3e8bd3e9a1f71b1177c0493634515379b0d1de8.tar.zst
[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
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json1
1 files changed, 1 insertions, 0 deletions
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",