diff --git a/TestsExample/metro.config.js b/TestsExample/metro.config.js index cef5ebbfe7..7f4ff9d5a3 100644 --- a/TestsExample/metro.config.js +++ b/TestsExample/metro.config.js @@ -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), ]; diff --git a/TestsExample/package.json b/TestsExample/package.json index b511ced27a..427a67b47a 100644 --- a/TestsExample/package.json +++ b/TestsExample/package.json @@ -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:../" },