react-native-template-byantunes
Version:
React Native template for a quick start by Antunes.
23 lines (21 loc) • 578 B
JSON
{
"name": "react-native-safe-area-context",
"version": "3.1.8",
"summary": "A flexible way to handle safe area, also works on Android and web.",
"license": "MIT",
"authors": "Janic Duplessis <janicduplessis@gmail.com>",
"homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/th3rdwave/react-native-safe-area-context.git",
"tag": "v3.1.8"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React-Core": [
]
}
}