about summary refs log tree commit diff
path: root/.github/workflows/bundle-deploy-eas-update.yml
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-06-18 11:58:37 -0500
committerGitHub <noreply@github.com>2025-06-18 11:58:37 -0500
commit3eaa2d9ddf8c870b63053014e2afe977544a1e7a (patch)
tree651bd6309d1525d1cc95cf81dbff1c4384751bf5 /.github/workflows/bundle-deploy-eas-update.yml
parent066fd8cbf9ce021c46e6a8ea84c60b509a98dae2 (diff)
downloadvoidsky-3eaa2d9ddf8c870b63053014e2afe977544a1e7a.tar.zst
Disable android new arch (#8525)
* Disable new arch in android for now

* Temporarily comment out mmkv script
Diffstat (limited to '.github/workflows/bundle-deploy-eas-update.yml')
-rw-r--r--.github/workflows/bundle-deploy-eas-update.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml
index ab497954c..adc9650d7 100644
--- a/.github/workflows/bundle-deploy-eas-update.yml
+++ b/.github/workflows/bundle-deploy-eas-update.yml
@@ -275,9 +275,9 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
 
-      - name: "Use upgraded MMKV for Fabric"
-        run: |
-          sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json
+#       - name: "Use upgraded MMKV for Fabric"
+#         run: |
+#           sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json
 
       - name: ⚙️ Install dependencies
         run: yarn install