Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Bailey ca86661087 Temporarily comment out mmkv script 2025-06-18 11:55:59 -05:00
Eric Bailey f210573a27 Disable new arch in android for now 2025-06-18 11:54:53 -05:00
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
@@ -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
+1 -1
View File
@@ -219,7 +219,7 @@ module.exports = function (_config) {
compileSdkVersion: 35,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
newArchEnabled: true,
newArchEnabled: false,
},
},
],