@ohmi/react-native-safe-area-view
Version:
JS only version of SafeAreaView for supporting iPhone X safe area insets.
35 lines (34 loc) • 800 B
JSON
{
"name": "@ohmi/react-native-safe-area-view",
"version": "0.11.0-0.6",
"description": "JS only version of SafeAreaView for supporting iPhone X safe area insets.",
"main": "index",
"repository": {
"url": "https://gitee.com/kunyuan-hongke/react-native-safe-area-view",
"type": "git"
},
"harmony": {
"alias": "react-native-safe-area-view"
},
"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"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "^0.52.0"
}
}