1{ 2 "name": "dev-menu-react-native-safe-area-context", 3 "version": "3.3.2", 4 "summary": "A flexible way to handle safe area, also works on Android and web.", 5 "license": "MIT", 6 "authors": "Janic Duplessis <[email protected]>", 7 "homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme", 8 "platforms": { 9 "ios": "12.0" 10 }, 11 "source": { 12 "git": "https://github.com/th3rdwave/react-native-safe-area-context.git", 13 "tag": "v3.3.2" 14 }, 15 "source_files": "ios/**/*.{h,m}", 16 "dependencies": { 17 "React-Core": [] 18 } 19}