Skip to content

Commit 4b5358a

Browse files
dev-err418claude
andcommitted
Fix CI peer dependency conflict by downgrading react devDependency to ^18.2.0
react-native 0.76 requires react ^18.2.0 as a peer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent abffa69 commit 4b5358a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"react-native-builder-bob": "^0.35.0",
4343
"typescript": "^5.7.0",
44-
"react": "^19.0.0",
44+
"react": "^18.2.0",
4545
"react-native": "^0.76.0"
4646
},
4747
"dependencies": {},

0 commit comments

Comments
 (0)