expo-modal
Version:
Shows the modal full screen on the react-native window
30 lines (29 loc) • 674 B
JSON
{
"name": "expo-modal",
"version": "1.0.9",
"description": "Shows the modal full screen on the react-native window",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native-modal",
"react-native-expo-modal",
"expo-modal",
"expo-modal-full-screen",
"react-native-modal-full-screen"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codersera-repo/expo-modal.git"
},
"peerDependencies": {
"react-native": ">=0.20.0",
"prop-types": ">=10.0.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"prop-types": "^15.7.2"
}
}