Skip to content

Commit f00109d

Browse files
committed
♻️ Move rn-safe-area-context to peerDependencies
1 parent 629b351 commit f00109d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"homepage": "https://github.com/carloscuesta/react-native-error-boundary",
4444
"peerDependencies": {
4545
"react": ">=16.6.0",
46-
"react-native": ">=0.74.0"
46+
"react-native": ">=0.74.0",
47+
"react-native-safe-area-context": ">=5.0.0"
4748
},
4849
"devDependencies": {
4950
"@babel/core": "^7.28.4",
@@ -118,8 +119,5 @@
118119
"lint-staged": {
119120
"**/*": "prettier --write --ignore-unknown"
120121
},
121-
"packageManager": "pnpm@10.0.0",
122-
"dependencies": {
123-
"react-native-safe-area-context": "5.6.1"
124-
}
122+
"packageManager": "pnpm@10.0.0"
125123
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)