react-native-modal-animated
Version:
Simple and powerfull component enhances the original react-native modal by adding animations and many possible customizations while still providing nice interface
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "react-native-modal-animated",
"version": "0.0.2",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"keywords": [
"react-native",
"react",
"animated-modal",
"react-native-modal-animated",
"modal",
"android",
"ios",
"backdrop",
"simple",
"animated"
],
"author": "Rafal Kaczynsky",
"license": "MIT",
"homepage": "https://github.com/rafalkaczynsky/react-native-modal-animated",
"repository": {
"type": "git",
"url": "git+https://github.com/rafalkaczynsky/react-native-modal-animated.git"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"jest": "23.1.0",
"react": ">=15.0.0",
"react-native": ">=0.24.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"description": "Simple and powerfull component enhances the original react-native modal by adding animations and many possible customizations while still providing nice interface",
"bugs": {
"url": "https://github.com/rafalkaczynsky/react-native-modal-animated/issues"
},
"main": "index.js",
"dependencies": {}
}