react-native-action-button-warnings-fixed
Version:
customizable multi-action-button component for react-native, now without warnings
32 lines (31 loc) • 838 B
JSON
{
"name": "react-native-action-button-warnings-fixed",
"version": "2.9.2",
"description": "customizable multi-action-button component for react-native, now without warnings",
"main": "ActionButton.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aglitoiu/react-native-action-button.git"
},
"keywords": [
"react-native",
"action-button",
"float-button",
"multi-action-button"
],
"peerDependencies": {
"react-native": ">=0.11"
},
"author": "Yousef Kamawall",
"license": "MIT",
"bugs": {
"url": "https://github.com/aglitoiu/react-native-action-button/issues"
},
"homepage": "https://github.com/aglitoiu/react-native-action-button",
"dependencies": {
"prop-types": "^15.5.10"
}
}