forked from react-navigation/react-native-safe-area-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 922 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-safe-area-view",
"version": "0.14.6",
"description": "JS only version of SafeAreaView for supporting iPhone X safe area insets.",
"main": "index",
"repository": {
"url": "git@github.com:react-community/react-native-safe-area-view.git",
"type": "git"
},
"files": [
"index.d.ts",
"index.js",
"index.js.flow",
"index.web.js",
"withOrientation.js",
"LICENSE"
],
"scripts": {
"test": "test"
},
"keywords": [
"react-native",
"iPhoneX",
"SafeAreaView"
],
"author": "Dave Pack (dpack3.0@gmail.com)",
"license": "MIT",
"dependencies": {
"hoist-non-react-statics": "^2.3.1",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-status-bar-height": "^2.6.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "^0.52.0"
}
}