react-native-flubber
Version:
react native flubber wrapper for ios and android to set up animation to path component props
34 lines (33 loc) • 845 B
JSON
{
"name": "react-native-flubber",
"version": "2.1.1",
"description": "react native flubber wrapper for ios and android to set up animation to path component props",
"main": "index.tsx",
"scripts": {
"publish": "sudo npm publish --access=public",
"build": "npx tsc -p ./index.tsx -d"
},
"keywords": [
"react-native",
"flubber",
"react-native-flubber",
"react-native-svg",
"native-svg-animation",
"svg-interpolator",
"react-native-svg",
"svg-animation",
"reanimated"
],
"author": "interhub",
"license": "MIT",
"peerDependencies": {
"flubber": "^0.4.2",
"react": "*",
"react-native-reanimated": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"types": "index.d.tsx",
"homepage": "https://github.com/interhub/react-native-flubber"
}