Skip to content

Commit

Permalink
fix: Adds missing peer dependency to react-native-linear-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 31, 2023
1 parent 68ed697 commit fdfa8db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"react": "*",
"react-native": "*",
"react-native-haptic-feedback": "*",
"react-native-linear-gradient": "*",
"react-native-reanimated": "*",
"react-native-svg": "*",
"react-native-safe-area-context": "*"
Expand Down Expand Up @@ -157,6 +158,7 @@
"expo-modules-core": "^1.5.6",
"react-native-gesture-handler": "^2.12.0",
"react-native-haptic-feedback": "^2.0.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "^2.9.1",
"react-native-svg": "^12.3.0",
"react-native-safe-area-context": "^3.3.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9077,6 +9077,11 @@ react-native-i18n@^2.0.15:
dependencies:
i18n-js "3.0.11"

react-native-linear-gradient@^2.5.6:
version "2.8.1"
resolved "https://registry.yarnpkg.com/react-native-linear-gradient/-/react-native-linear-gradient-2.8.1.tgz#e4284f3cb1ba403b8c03364f7569f0c9e4101862"
integrity sha512-934R4Bnjo7mYT38W9ypS1Dq/YW6TgyGdkHg+w72HNxN0ZDKG1GqAnZ6XlicMUYJDh7ViiJAKN8eOF3Ho0N4J0Q==

react-native-reanimated@^2.9.1:
version "2.17.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.17.0.tgz#eae2308235961cdd79810e01dfdd7e88b1ae5b5c"
Expand Down

0 comments on commit fdfa8db

Please sign in to comment.