UNPKG

@gradient-border/react-native-gradient-button

Version:

A powerful React Native gradient button component with support for gradient borders, text, and customizable styles. Perfect for creating beautiful, modern UI elements with minimal effort.

52 lines (51 loc) 1.53 kB
{ "name": "@gradient-border/react-native-gradient-button", "version": "0.1.5", "description": "A powerful React Native gradient button component with support for gradient borders, text, and customizable styles. Perfect for creating beautiful, modern UI elements with minimal effort.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"No tests specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/05prateek/react-native-gradient-button.git" }, "keywords": [ "react-native", "button", "gradient", "gradient-button", "linear-gradient", "react-native-component", "react-native-gradient", "react-native-ui", "react-native-buttons", "gradient-border", "gradient-text", "custom-button", "ui-component", "mobile-ui", "react-native-gradient-border" ], "author": "Prateek Rawat", "license": "MIT", "bugs": { "url": "https://github.com/05prateek/react-native-gradient-button/issues" }, "homepage": "https://github.com/05prateek/react-native-gradient-button#readme", "peerDependencies": { "react": "*", "react-native": "*", "@react-native-masked-view/masked-view": ">=0.2.0", "react-native-linear-gradient": ">=2.5.6" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "@types/react-native-linear-gradient": "^2.4.0", "typescript": "^5.0.0" } }