UNPKG

motion-on-native

Version:

Framer Motion-inspired animation library for React Native with Reanimated. Easy spring animations, gestures, and transitions for mobile apps.

55 lines (54 loc) 1.4 kB
{ "name": "motion-on-native", "version": "1.2.8", "description": "Framer Motion-inspired animation library for React Native with Reanimated. Easy spring animations, gestures, and transitions for mobile apps.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "framer-motion", "animation", "reanimated", "motion", "spring-animation", "mobile-animation", "react-native-animation", "gesture", "transition", "ui-animation", "native-animation", "ios", "android", "typescript" ], "author": "Mohd Bilal", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-reanimated": ">=3.0.0" }, "devDependencies": { "@types/react": "^19.1.9", "@types/react-native": "^0.72.8", "typescript": "^5.0.0" }, "files": [ "lib", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/mohd-Bilal-exe/motion-on-native.git" }, "bugs": { "url": "https://github.com/mohd-Bilal-exe/motion-on-native/issues" }, "homepage": "https://github.com/mohd-Bilal-exe/motion-on-native#readme" }