forked from react-navigation/react-native-safe-area-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 828 Bytes
/
package.json
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
{
"name": "react-native-safe-area-view",
"version": "0.14.7",
"description": "JS only version of SafeAreaView for supporting iPhone X safe area insets.",
"main": "index",
"repository": {
"url": "[email protected]: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 ([email protected])",
"license": "MIT",
"dependencies": {
"hoist-non-react-statics": "^2.3.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "^0.52.0"
}
}