Skip to content

Commit 7abdc0f

Browse files
rbinksyclaude
andcommitted
feat: update peer dependencies to support react-native-reanimated v4 and react-native-svg v15
- Updated react-native-reanimated from "^3.0.0" to "^3.0.0 || ^4.0.0" - Updated react-native-svg from "^14.0.0" to "^14.0.0 || ^15.0.0" This resolves peer dependency warnings when using newer versions of these packages while maintaining backward compatibility with existing versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c43485f commit 7abdc0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"peerDependencies": {
154154
"react": "*",
155155
"react-native": "*",
156-
"react-native-reanimated": "^3.0.0",
157-
"react-native-svg": "^14.0.0"
156+
"react-native-reanimated": "^3.0.0 || ^4.0.0",
157+
"react-native-svg": "^14.0.0 || ^15.0.0"
158158
}
159159
}

0 commit comments

Comments
 (0)