Skip to content

Commit

Permalink
Change version of reanimated, add gesture-handler to metro.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Jan 22, 2024
1 parent 409d655 commit 17c6dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TestsExample/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const modules = [
'@react-navigation/native',
'react-native-reanimated',
'react-native-safe-area-context',
'react-native-gesture-handler',
...Object.keys(pack.peerDependencies),
];

Expand Down
2 changes: 1 addition & 1 deletion TestsExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-reanimated": "^3.6.0",
"react-native-reanimated": "3.7.0-nightly-20240109-9e2c33716",
"react-native-safe-area-context": "^4.8.1",
"react-native-screens": "link:../"
},
Expand Down

0 comments on commit 17c6dd6

Please sign in to comment.