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 409d655 commit 17c6dd6Copy full SHA for 17c6dd6
TestsExample/metro.config.js
@@ -11,6 +11,7 @@ const modules = [
11
'@react-navigation/native',
12
'react-native-reanimated',
13
'react-native-safe-area-context',
14
+ 'react-native-gesture-handler',
15
...Object.keys(pack.peerDependencies),
16
];
17
TestsExample/package.json
@@ -20,7 +20,7 @@
20
"react": "18.2.0",
21
"react-native": "0.73.0",
22
"react-native-gesture-handler": "^2.14.0",
23
- "react-native-reanimated": "^3.6.0",
+ "react-native-reanimated": "3.7.0-nightly-20240109-9e2c33716",
24
"react-native-safe-area-context": "^4.8.1",
25
"react-native-screens": "link:../"
26
},
0 commit comments