react-native-cross-platform-responsive-dimensions
Version:
Cross Platform resposive fontSize, height and width for your react-native components. Specify different values for iPhone, IOS Tablet, Android Phone, or Android Tablet. Based on responsive dimensions by DaniAkash: https://github.com/DaniAkash/react-native
63 lines (62 loc) • 1.85 kB
JSON
{
"name": "react-native-cross-platform-responsive-dimensions",
"version": "0.9.1",
"description": "Cross Platform resposive fontSize, height and width for your react-native components. Specify different values for iPhone, IOS Tablet, Android Phone, or Android Tablet. Based on responsive dimensions by DaniAkash: https://github.com/DaniAkash/react-native-responsive-dimensions/",
"repository": {
"type": "git",
"url": "git+https://github.com/drumnation/react-native-cross-platform-responsive-dimensions.git"
},
"homepage": "https://github.com/drumnation/react-native-cross-platform-responsive-dimensions#readme",
"license": "MIT",
"author": "drumnation <davidmieloch@gmail.com> (davidmieloch.com)",
"main": "components/index.js",
"directories": {
"example": "example"
},
"bugs": {
"url": "https://github.com/drumnation/react-native-cross-platform-responsive-dimensions/issues"
},
"scripts": {
"test": "jest",
"renew-snap": "jest --updateSnapshot",
"clean-test": "jest --no-cache"
},
"files": [
"components/"
],
"keywords": [
"react-native",
"responsive",
"responsive-height",
"responsive-width",
"responsive-font-size",
"fontSize",
"responsive-dimensions",
"cross-platform",
"android",
"ios",
"tablet"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"prop-types": "*"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-react-native": "^2.1.0",
"jest": "^20.0.4",
"jest-react-native": "^18.0.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.4",
"react-test-renderer": "^16.0.0-alpha.12"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/",
"<rootDir>/__tests__/mocks/"
]
},
"dependencies": {}
}