UNPKG

react-native-iphone-screen-helper

Version:

A library to help you design your react-native app for the iPhone

47 lines (46 loc) 1.31 kB
{ "name": "react-native-iphone-screen-helper", "version": "2.2.1", "description": "A library to help you design your react-native app for the iPhone", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/chlee1001/react-native-iphone-screen-helper.git" }, "keywords": [ "react-native", "ios", "iphone-x", "iphoneX", "iphone-notch", "iphone-dynamic", "iphone-dynamic-island", "iphone", "stylesheet" ], "author": "Chaehyeon Lee <chlee1001@naver.com>", "contributors": [ "ptelad <https://github.com/ptelad>", "Norch <https://github.com/Norcy>", "teivienn <https://github.com/teivienn>" ], "license": "MIT", "bugs": { "url": "https://github.com/chlee1001/react-native-iphone-screen-helper/issues" }, "homepage": "https://github.com/chlee1001/react-native-iphone-screen-helper#readme", "peerDependencies": { "react-native": ">=0.42.0" }, "devDependencies": { "semantic-release": "^22.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^7.0.0" } }