Skip to content

Commit

Permalink
fix: add masked-view to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 12, 2024
1 parent caa180a commit 08b3ef1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,17 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": ">= 0.2.0",
"@react-navigation/native": "workspace:^",
"react": ">= 18.2.0",
"react-native": ">= 0.72.0",
"react-native-safe-area-context": ">= 4.0.0"
},
"peerDependenciesMeta": {
"@react-native-masked-view/masked-view": {
"optional": true
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3830,10 +3830,14 @@ __metadata:
react-native-builder-bob: "npm:^0.26.0"
typescript: "npm:^5.5.2"
peerDependencies:
"@react-native-masked-view/masked-view": ">= 0.2.0"
"@react-navigation/native": "workspace:^"
react: ">= 18.2.0"
react-native: ">= 0.72.0"
react-native-safe-area-context: ">= 4.0.0"
peerDependenciesMeta:
"@react-native-masked-view/masked-view":
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 08b3ef1

Please sign in to comment.