UNPKG

react-native-animated-hide-view

Version:

A performant-wise and configurable react-native component that can toggle the opacity of its children, with or without animation.

29 lines (28 loc) 889 B
{ "name": "react-native-animated-hide-view", "version": "1.0.0", "description": "A performant-wise and configurable react-native component that can toggle the opacity of its children, with or without animation.", "main": "index.js", "scripts": { "test": "eslint index.js" }, "repository": { "type": "git", "url": "https://github.com/jkomyno/react-native-animated-hide-view" }, "keywords": [], "author": "Alberto Schiabel <alberto.schiabel@gmail.com> (https://github.com/jkomyno)", "license": "MIT", "devDependencies": { "react": "^16.0.0-alpha.6", "react-native": "^0.44.0", "prop-types": "^15.5.10", "babel-eslint": "^7.2.3", "eslint": "^3.19.0", "eslint-config-airbnb": "^15.0.2", "eslint-plugin-import": "^2.6.1", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.1.0" }, "nativePackage": false }