diff options
author | Ansh <anshnanda10@gmail.com> | 2023-05-04 14:18:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 16:18:27 -0500 |
commit | d3e8bd3e9a1f71b1177c0493634515379b0d1de8 (patch) | |
tree | cc89000687a9b4ef03e1de143565260d9e4a0b12 /eas.json | |
parent | c8af784328177bbf8b8e9df5c2ae0e1087057b81 (diff) | |
download | voidsky-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.json | 1 |
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", |