react-native-corner-smoothing
Version:
Multiplatform corner smoothing view for React Native (iOS continuous corners + Android Bézier rounding)
30 lines • 675 B
JSON
{
"name": "react-native-corner-smoothing",
"version": "0.1.0",
"main": "src/SmoothedCard.js",
"files": [
"src",
"android"
],
"keywords": [
"react-native",
"corner",
"smoothing",
"ios",
"android",
"rounded",
"bezier"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-ios-corners": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-native-corner-smoothing.git"
},
"author": "Kayke Mendes",
"license": "MIT",
"description": "Multiplatform corner smoothing view for React Native (iOS continuous corners + Android B\u00e9zier rounding)"
}