patch-react-native-safe-area-view
Version:
Patch JS only version of SafeAreaView for supporting iPhone X safe area insets.
40 lines (39 loc) • 908 B
JSON
{
"name": "patch-react-native-safe-area-view",
"version": "0.14.5",
"description": "Patch JS only version of SafeAreaView for supporting iPhone X safe area insets.",
"main": "index",
"repository": {
"url": "git@github.com/ddonny/react-native-safe-area-view-0.14.4-patch.git",
"type": "git"
},
"files": [
"index.d.ts",
"index.js",
"index.js.flow",
"index.web.js",
"withOrientation.js",
"LICENSE"
],
"scripts": {
"test": "echo \"No test specified\""
},
"keywords": [
"react-native",
"iPhoneX",
"SafeAreaView"
],
"author": "Donny Handoyo (deedonny@live.com)",
"license": "MIT",
"dependencies": {
"hoist-non-react-statics": "^2.3.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "^0.52.0"
}
}