Skip to content

Commit 3c320fa

Browse files
committed
chore(example): move react-native-safe-area-context dependency into example package.json
1 parent f3c0915 commit 3c320fa

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0",
1717
"react-native": "0.81.5",
18+
"react-native-safe-area-context": "^5.6.2",
1819
"react-native-web": "~0.21.2",
1920
"react-native-webview": "^13.16.0"
2021
},

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,5 @@
175175
"languages": "js",
176176
"type": "library",
177177
"version": "0.54.8"
178-
},
179-
"dependencies": {
180-
"react-native-safe-area-context": "^5.6.2"
181178
}
182179
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11804,6 +11804,7 @@ __metadata:
1180411804
react-native: 0.81.5
1180511805
react-native-builder-bob: ^0.40.14
1180611806
react-native-monorepo-config: ^0.3.0
11807+
react-native-safe-area-context: ^5.6.2
1180711808
react-native-web: ~0.21.2
1180811809
react-native-webview: ^13.16.0
1180911810
languageName: unknown
@@ -11836,7 +11837,6 @@ __metadata:
1183611837
react: 19.1.0
1183711838
react-native: 0.82.1
1183811839
react-native-builder-bob: ^0.40.14
11839-
react-native-safe-area-context: ^5.6.2
1184011840
react-native-webview: ^13.16.0
1184111841
react-test-renderer: 19.1.0
1184211842
release-it: ^19.0.5

0 commit comments

Comments
 (0)