@ecreeth/rn-ui
Version:
Highly customizable and theming components for React Native
30 lines (29 loc) • 641 B
JSON
{
"name": "@ecreeth/rn-ui",
"version": "1.0.9",
"description": "Highly customizable and theming components for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ecreeth/rn-ui"
},
"keywords": [
"react-native",
"ios",
"android",
"components",
"native-components",
"ui-components"
],
"author": "eCreeth <luismiguel1730@gmail.com>",
"license": "MIT",
"devDependencies": {
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-native": "^0.59.0"
},
"dependencies": {
"styled-components": "^4.2.0"
}
}