@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.
16 lines • 349 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true,
"jsx": "react-native",
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["es2017", "dom"],
"moduleResolution": "node"
},
"include": ["src"],
"exclude": ["node_modules", "lib"]
}