rn_view_gradient
Version:
A simple react native component for creating a gradient colour view using only View components no native code.
25 lines (24 loc) • 687 B
JSON
{
"name": "rn_view_gradient",
"version": "1.0.0",
"description": "A simple react native component for creating a gradient colour view using only View components no native code.",
"main": "Gradient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishubhardwaj911/gradient.git"
},
"keywords": [
"rn_view_gradient",
"gradient",
"react-native-gradient"
],
"author": "Vishu Bhardwaj",
"license": "MIT",
"bugs": {
"url": "https://github.com/vishubhardwaj911/gradient/issues"
},
"homepage": "https://github.com/vishubhardwaj911/gradient#readme"
}