We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6263 commit 9d352d1Copy full SHA for 9d352d1
package.json
@@ -80,7 +80,7 @@
80
"peerDependencies": {
81
"react": "*",
82
"react-native": "*",
83
- "react-native-reanimated": "^2.0.0"
+ "react-native-reanimated": ">=2.0.0"
84
},
85
"workspaces": [
86
"example"
yarn.lock
@@ -71,7 +71,7 @@ __metadata:
71
peerDependencies:
72
react: "*"
73
react-native: "*"
74
- react-native-reanimated: ^2.0.0
+ react-native-reanimated: ">=2.0.0"
75
languageName: unknown
76
linkType: soft
77
0 commit comments