add fabric package/lock files (#8509)

This commit is contained in:
hailey
2025-06-17 13:09:15 -07:00
committed by GitHub
parent 21989b558b
commit 438ec7c3e1
2 changed files with 8 additions and 0 deletions
@@ -275,6 +275,10 @@ 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"/' filename.txt
- name: ⚙️ Install dependencies
run: yarn install