react-native-animation-scenario
Version:
Declarative animation scenario hook for React Native
38 lines (37 loc) • 935 B
JSON
{
"name": "react-native-animation-scenario",
"version": "1.4.3",
"description": "Declarative animation scenario hook for React Native",
"main": "index.js",
"keywords": [
"react-native",
"animation",
"hook",
"timeline",
"animated",
"react-native-hook",
"react-native-animations"
],
"author": "Cyril Adam",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cadam68/react-native-animation-scenario"
},
"bugs": {
"url": "https://github.com/cadam68/react-native-animation-scenario/issues"
},
"homepage": "https://github.com/cadam68/react-native-animation-scenario#readme",
"peerDependencies": {
"expo": ">=48.0.0",
"react": ">=17.0.0",
"react-native": ">=0.68.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
}
}