react-native-keyboard-modalbox
Version:
A <Modal/> component for react-native
35 lines (34 loc) • 792 B
JSON
{
"name": "react-native-keyboard-modalbox",
"version": "1.4.2",
"description": "A <Modal/> component for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxs15/react-native-modalbox.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"modal",
"box",
"modalbox",
"window",
"swipe"
],
"author": "Maxime Mezrahi",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxs15/react-native-modalbox/issues"
},
"homepage": "https://github.com/maxs15/react-native-modalbox#readme",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
}
}