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.

facepalm (#8510)

authored by hailey.at and committed by

GitHub f1f9ca96 438ec7c3

+2 -2
+1 -1
.github/workflows/build-submit-android.yml
··· 54 54 55 55 - name: "Use upgraded MMKV for Fabric" 56 56 run: | 57 - sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' filename.txt 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
+1 -1
.github/workflows/bundle-deploy-eas-update.yml
··· 277 277 278 278 - name: "Use upgraded MMKV for Fabric" 279 279 run: | 280 - sed -i 's/"react-native-mmkv": "\^2\.12\.2"/"react-native-mmkv": "^3.3.0"/' filename.txt 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