We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73887 commit cb23e69Copy full SHA for cb23e69
package.json
@@ -20,6 +20,9 @@
20
"react": "*",
21
"react-native": "*"
22
},
23
+ "dependencies": {
24
+ "color-interpolate": "^1.0.5"
25
+ },
26
"devDependencies": {
27
"@types/react": "^16.9.19",
28
"@types/react-native": "0.62.13",
@@ -49,7 +52,16 @@
49
52
"typescript"
50
53
]
51
54
- "dependencies": {
- "color-interpolate": "^1.0.5"
55
+ "keywords": [
56
+ "react",
57
+ "react-native",
58
+ "gradients",
59
+ "easing",
60
+ "smooth",
61
+ "expo"
62
+ ],
63
+ "repository": {
64
+ "type": "git",
65
+ "url": "https://github.com/tienphaw/react-native-easing-gradient.git"
66
}
67
0 commit comments