mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

add fabric package/lock files (#8509)

authored by hailey.at and committed by

GitHub 438ec7c3 21989b55

+8
+4
.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"/' filename.txt 58 + 55 59 - name: ⚙️ Install dependencies 56 60 run: yarn install 57 61
+4
.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"/' filename.txt 281 + 278 282 - name: ⚙️ Install dependencies 279 283 run: yarn install 280 284