about summary refs log tree commit diff
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
parent066fd8cbf9ce021c46e6a8ea84c60b509a98dae2 (diff)
downloadvoidsky-3eaa2d9ddf8c870b63053014e2afe977544a1e7a.tar.zst
Disable android new arch (#8525)
* Disable new arch in android for now

* Temporarily comment out mmkv script
-rw-r--r--.github/workflows/build-submit-android.yml6
-rw-r--r--.github/workflows/bundle-deploy-eas-update.yml6
-rw-r--r--app.config.js2
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml
index 8a8388ee8..8b0b88ceb 100644
--- a/.github/workflows/build-submit-android.yml
+++ b/.github/workflows/build-submit-android.yml
@@ -52,9 +52,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
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
diff --git a/app.config.js b/app.config.js
index 36af08415..0fa91f2ce 100644
--- a/app.config.js
+++ b/app.config.js
@@ -219,7 +219,7 @@ module.exports = function (_config) {
               compileSdkVersion: 35,
               targetSdkVersion: 35,
               buildToolsVersion: '35.0.0',
-              newArchEnabled: true,
+              newArchEnabled: false,
             },
           },
         ],