UNPKG

expo-like-button

Version:

Animated Like Button Component for React native apps made using expo.

47 lines 1.18 kB
{ "name": "expo-like-button", "version": "1.0.0", "description": "Animated Like Button Component for React native apps made using expo.", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", "scripts": { "build": "tsc -p ." }, "dependencies": { "expo": "*", "react-native-reanimated": "~2.2.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/react": "~17.0.21", "@types/react-native": "~0.64.12", "typescript": "~4.3.5" }, "contributors": [ { "name": "Kartikey Vaish", "url": "https://github.com/kartikeyvaish" } ], "homepage": "https://github.com/kartikeyvaish/expo-like-button#readme", "bugs": { "url": "https://github.com/kartikeyvaish/expo-like-button/issues" }, "repository": { "type": "git", "url": "https://github.com/kartikeyvaish/expo-like-button.git" }, "keywords": [ "like-button", "animated-like-button", "instagram-like-button", "instagram-like-button-react-native", "instagram-like-button-expo", "instagram-like-button-react-native-expo" ] }