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" } } 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