@kazzkiq/react-native-modalbox
Version:
A <Modal/> component for react-native
33 lines • 757 B
JSON
{
"name": "@kazzkiq/react-native-modalbox",
"version": "2.1.0",
"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/kazzkiq/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/kazzkiq/react-native-modalbox/issues"
},
"homepage": "https://github.com/kazzkiq/react-native-modalbox#readme",
"dependencies": {
"prop-types": "^15.5.10"
}
}