-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-native-textgradient",
"version": "3.0.0",
"description": "GPU-accelerated gradient text for React Native using Skia — true 60fps shimmer, neon, blur, animated shaders, per-letter, stroke, drop-in replacement.",
"main": "src/index.ts",
"types": "src/index.ts",
"files": ["src/"],
"keywords": [
"react-native", "gradient", "text", "skia", "gpu",
"shader", "shimmer", "animated", "expo", "fabric", "neon"
],
"repository": {
"type": "git",
"url": "https://github.com/sarabelli/react-native-textGradient"
},
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"@shopify/react-native-skia": "*",
"react-native-reanimated": "*"
}
}