Skip to content

Commit

Permalink
Merge pull request #2680 from gluestack/fix/ImageViewer-deps-json
Browse files Browse the repository at this point in the history
fix: added react-native-reanimated to dependencies.json
  • Loading branch information
akash3gtm authored Jan 8, 2025
2 parents 49d3406 + 07ef506 commit 6f49517
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
"image-viewer": {
"dependencies": {
"@gluestack-ui/image-viewer": "latest",
"react-native-gesture-handler": "^2.21.2"
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "~3.6.2"
}
},
"image-background": {
Expand Down

0 comments on commit 6f49517

Please sign in to comment.