UNPKG

rn-awesome-button

Version:

A custom button component for react native, supporting gradients, loading states, icons, and more.

35 lines (34 loc) 925 B
{ "name": "rn-awesome-button", "version": "1.0.5", "description": "A custom button component for react native, supporting gradients, loading states, icons, and more.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "commit": "npx git-cz", "build": "tsc" }, "keywords": [ "react-native", "button" ], "author": "Dhia Ben Hamouda", "license": "ISC", "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.76.0", "react-native-linear-gradient": ">=2.8.0" }, "devDependencies": { "@types/react": "18.0.0", "react": "18.0.0", "react-native": "0.76.0", "typescript": "5.0.0", "react-native-linear-gradient": "2.8.3" }, "repository": { "type": "git", "url": "https://github.com/Dhia-Ben-Hamouda/rn-awesome-button.git" } }