UNPKG

rn-tony-animated-pressable

Version:

A custom animated React Native package with an aweful name which implements the React Native Pressable component.

50 lines (49 loc) 1.21 kB
{ "name": "rn-tony-animated-pressable", "version": "1.0.7", "description": "A custom animated React Native package with an aweful name which implements the React Native Pressable component.", "keywords": [ "pressable", "react-native", "expo", "animated pressable", "button", "animated-button", "rn-pressable", "tony-pressable", "react-native-tony-pressable", "react-native-pressable" ], "author": { "name": "Tony Obaze", "email": "toneyobaze@gmail.com", "url": "https://github.com/TonyOladapo/react-native-tony-animated-pressable" }, "repository": { "type": "git", "url": "https://github.com/TonyOladapo/react-native-tony-animated-pressable" }, "license": "MIT", "devDependencies": { "@types/react": "^17.0.13", "@types/react-native": "^0.64.10", "add": "^2.0.6", "react-native-unimodules": "^0.14.3", "typescript": "^4.3.5", "yarn": "^1.22.10" }, "peerDependencies": { "react": "*", "react-native": "*" }, "scripts": { "build": "tsc", "prepare": "yarn run build" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "dependencies": {} }