Skip to content

Commit

Permalink
[runtime] Resolve peer dependency issue with react-native-reanimated 2.8
Browse files Browse the repository at this point in the history
- Upgrade react-native-gesture-handler to ~2.4.2 for snack-sdk and runtime
  • Loading branch information
danstepanov committed May 19, 2022
1 parent 72b0944 commit 478928e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"react-native": "0.68.2",
"react-native-web": "0.17.7",
"react-native-branch": "5.0.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-gesture-handler": "~2.4.2",
"react-native-get-random-values": "~1.8.0",
"react-native-maps": "0.30.1",
"react-native-pager-view": "5.4.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Object {
"react-native-gesture-handler": "1.6.0",
},
"version": "1.6.0",
"wantedVersion": "~2.2.1",
"wantedVersion": "~2.4.2",
},
}
`;
Expand Down
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-gesture-handler": "~2.4.2",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-view-shot": "3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions runtime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11549,10 +11549,10 @@ react-native-codegen@^0.0.17:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-gesture-handler@~2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.2.1.tgz#672258aa5a40c92a97c736bdde0a8bd6c8c6c692"
integrity sha512-P4kAPbSY8VFAjvFNzfePgFsbZEldfEnEfNqOJw6MlpcdXrPGwRbvMqWMVkA9lifdKTZ3XifvAgJ8+R+uEZN0zA==
react-native-gesture-handler@~2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.4.2.tgz#de93760b0bc251d94e8ae692f9850ec3ed2e4f27"
integrity sha512-K3oMiQV7NOVB5RvNlxkyJxU1Gn6m1cYu53MoFA542FVDSTR491d1eQkWDdqy4lW52rfF7IK7eE1LCi+kTJx7jw==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down

0 comments on commit 478928e

Please sign in to comment.