From 7abdc0f682064f1fb7a79464d37817dd0162fb96 Mon Sep 17 00:00:00 2001 From: Craig Richardson-Binks Date: Fri, 19 Sep 2025 07:14:17 +0100 Subject: [PATCH 1/2] feat: update peer dependencies to support react-native-reanimated v4 and react-native-svg v15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c60accf..399192e 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "peerDependencies": { "react": "*", "react-native": "*", - "react-native-reanimated": "^3.0.0", - "react-native-svg": "^14.0.0" + "react-native-reanimated": "^3.0.0 || ^4.0.0", + "react-native-svg": "^14.0.0 || ^15.0.0" } } From 8eea450e8dcdc765799f77a4fa66e964e5461034 Mon Sep 17 00:00:00 2001 From: Craig Richardson-Binks Date: Thu, 25 Sep 2025 15:03:59 +0100 Subject: [PATCH 2/2] Update lockfile --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2912676..83f6ba1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12480,8 +12480,8 @@ __metadata: peerDependencies: react: "*" react-native: "*" - react-native-reanimated: ^3.0.0 - react-native-svg: ^14.0.0 + react-native-reanimated: ^3.0.0 || ^4.0.0 + react-native-svg: ^14.0.0 || ^15.0.0 languageName: unknown linkType: soft