Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable android new arch (#8525)

* Disable new arch in android for now

* Temporarily comment out mmkv script

authored by

Eric Bailey and committed by
GitHub
3eaa2d9d 066fd8cb

+7 -7
+3 -3
.github/workflows/build-submit-android.yml
··· 52 52 distribution: 'temurin' 53 53 java-version: '17' 54 54 55 - - name: "Use upgraded MMKV for Fabric" 56 - run: | 57 - sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json 55 + # - name: "Use upgraded MMKV for Fabric" 56 + # run: | 57 + # sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json 58 58 59 59 - name: ⚙️ Install dependencies 60 60 run: yarn install
+3 -3
.github/workflows/bundle-deploy-eas-update.yml
··· 275 275 distribution: 'temurin' 276 276 java-version: '17' 277 277 278 - - name: "Use upgraded MMKV for Fabric" 279 - run: | 280 - sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json 278 + # - name: "Use upgraded MMKV for Fabric" 279 + # run: | 280 + # sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' package.json 281 281 282 282 - name: ⚙️ Install dependencies 283 283 run: yarn install
+1 -1
app.config.js
··· 219 219 compileSdkVersion: 35, 220 220 targetSdkVersion: 35, 221 221 buildToolsVersion: '35.0.0', 222 - newArchEnabled: true, 222 + newArchEnabled: false, 223 223 }, 224 224 }, 225 225 ],