aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/eas.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-11 16:25:37 +0000
committerMohamedBassem <me@mbassem.com>2024-03-11 16:25:37 +0000
commit94d87971e6f83fb46b6db3f30a0ca135d87ba2e2 (patch)
tree5c032bb922e891d7f83515f91254457fec73fafb /packages/mobile/eas.json
parente1c511c7c27034f94b8598b44467782af346b9c1 (diff)
downloadkarakeep-94d87971e6f83fb46b6db3f30a0ca135d87ba2e2.tar.zst
mobile: First production build configs
Diffstat (limited to 'packages/mobile/eas.json')
-rw-r--r--packages/mobile/eas.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/mobile/eas.json b/packages/mobile/eas.json
new file mode 100644
index 00000000..0897755d
--- /dev/null
+++ b/packages/mobile/eas.json
@@ -0,0 +1,19 @@
+{
+ "cli": {
+ "version": ">= 7.5.0",
+ "promptToConfigurePushNotifications": false
+ },
+ "build": {
+ "development": {
+ "developmentClient": true,
+ "distribution": "internal"
+ },
+ "preview": {
+ "distribution": "internal"
+ },
+ "production": {}
+ },
+ "submit": {
+ "production": {}
+ }
+}