Skip to content

Commit 23b0466

Browse files
authored
chore: bump minimal react-native-reanimated version in package.json peer dependencies (#542)
## 📜 Description Minimal supported version of `react-native-reanimated` is `3.0.0`. ## 💡 Motivation and Context These changes were introduced in #538 In this PR I'm just changing version in `package.josn`. Follow up for #538 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - bump `react-native-reanimated` to `3.0.0`; ## 🤔 How Has This Been Tested? There is no way to test it 😀 ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 10a90ae commit 23b0466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"peerDependencies": {
105105
"react": "*",
106106
"react-native": "*",
107-
"react-native-reanimated": ">=2.11.0"
107+
"react-native-reanimated": ">=3.0.0"
108108
},
109109
"jest": {
110110
"preset": "react-native",

0 commit comments

Comments
 (0)