rn-pss
Version:
Platform specific styles for React native
30 lines (29 loc) • 678 B
JSON
{
"name": "rn-pss",
"version": "1.0.0",
"description": "Platform specific styles for React native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"style",
"styles",
"react",
"react-native",
"ios",
"android",
"platform",
"platform-specific"
],
"author": "Gourav Singhal",
"repository": {
"type": "git",
"url": "https://github.com/gourav-singhal/react-native-platform-specific-styles"
},
"homepage": "https://github.com/gourav-singhal/react-native-platform-specific-styles#readme",
"license": "MIT",
"dependencies": {
"react-native": "0.x"
}
}