From 9e78c48cfa14726a4e778b241433d083a5bb7901 Mon Sep 17 00:00:00 2001 From: mai Date: Thu, 26 Feb 2026 23:14:53 -0500 Subject: [PATCH 1/4] fix fe pod install --- frontend/eas.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/eas.json b/frontend/eas.json index f4001c5..29de832 100644 --- a/frontend/eas.json +++ b/frontend/eas.json @@ -12,10 +12,16 @@ "distribution": "internal" }, "production": { - "autoIncrement": true + "autoIncrement": true, + "ios": { + "image": "latest", + "cache": { + "clear": true + } + } } }, "submit": { "production": {} } -} +} \ No newline at end of file From f0cc0e72b0b312a0dc9d7bc48de771ff0aadd9f5 Mon Sep 17 00:00:00 2001 From: mai Date: Thu, 26 Feb 2026 23:45:21 -0500 Subject: [PATCH 2/4] remove outdated package for pod install --- frontend/bun.lock | 4 +--- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/bun.lock b/frontend/bun.lock index ffa8419..e1abb56 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -21,6 +21,7 @@ "expo-notifications": "^0.32.16", "expo-router": "6.0.23", "expo-status-bar": "~3.0.9", + "libphonenumber-js": "^1.12.38", "lucide-react-native": "^0.562.0", "nativewind": "2.0.11", "postcss": "8.4.27", @@ -30,7 +31,6 @@ "react-native-gesture-handler": "~2.28.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", - "rn-phone-number-input": "^0.3.2", "tailwindcss": "3.3.2", "ws": "^8.19.0", "zod": "^4.3.6", @@ -2031,8 +2031,6 @@ "rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="], - "rn-phone-number-input": ["rn-phone-number-input@0.3.2", "", { "dependencies": { "libphonenumber-js": "^1.10.24" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-IUlqFgLqwoeTc+WHJIRqKERXa+HHW26NZIv+97YeR+S5jlxZ7UbJwYXsCaTF4LniP0IBFDXupXQFxKAsx7ONXQ=="], - "run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="], "safe-array-concat": ["safe-array-concat@1.1.3", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", "has-symbols": "^1.1.0", "isarray": "^2.0.5" } }, "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q=="], diff --git a/frontend/package.json b/frontend/package.json index 1230942..dfab087 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,6 +33,7 @@ "expo-notifications": "^0.32.16", "expo-router": "6.0.23", "expo-status-bar": "~3.0.9", + "libphonenumber-js": "^1.12.38", "lucide-react-native": "^0.562.0", "nativewind": "2.0.11", "postcss": "8.4.27", @@ -42,7 +43,6 @@ "react-native-gesture-handler": "~2.28.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", - "rn-phone-number-input": "^0.3.2", "tailwindcss": "3.3.2", "ws": "^8.19.0", "zod": "^4.3.6", From 41f4994943f5466d030de31e4e25b6024b243f27 Mon Sep 17 00:00:00 2001 From: mai Date: Thu, 26 Feb 2026 23:47:01 -0500 Subject: [PATCH 3/4] fix eas.json --- frontend/eas.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/eas.json b/frontend/eas.json index 29de832..2c01dd5 100644 --- a/frontend/eas.json +++ b/frontend/eas.json @@ -12,13 +12,7 @@ "distribution": "internal" }, "production": { - "autoIncrement": true, - "ios": { - "image": "latest", - "cache": { - "clear": true - } - } + "autoIncrement": true } }, "submit": { From 02cf8fc19a35909e7420d1d60ad21817d3b9ba18 Mon Sep 17 00:00:00 2001 From: mai Date: Thu, 26 Feb 2026 23:59:21 -0500 Subject: [PATCH 4/4] format --- frontend/eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/eas.json b/frontend/eas.json index 2c01dd5..f4001c5 100644 --- a/frontend/eas.json +++ b/frontend/eas.json @@ -18,4 +18,4 @@ "submit": { "production": {} } -} \ No newline at end of file +}