Disable android new arch (#8525)

* Disable new arch in android for now

* Temporarily comment out mmkv script
This commit is contained in:
Eric Bailey
2025-06-18 11:58:37 -05:00
committed by GitHub
parent 066fd8cbf9
commit 3eaa2d9ddf
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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