react-native-general-actionsheet
Version:
ActionSheet api on iOS and Android same as ActionSheetIOS.
34 lines (33 loc) • 1.01 kB
JSON
{
"name": "react-native-general-actionsheet",
"version": "1.0.4",
"private": false,
"description": "ActionSheet api on iOS and Android same as ActionSheetIOS.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint . --ext .js"
},
"repository": {
"type": "git",
"url": "https://github.com/gaoxiaosong/react-native-general-actionsheet.git"
},
"keywords": [
"React Native",
"ActionSheet"
],
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaoxiaosong/react-native-general-actionsheet/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/gaoxiaosong/react-native-general-actionsheet#readme",
"dependencies": {
"react-native-safe-area-utility": "^1.0.0",
"react-native-root-siblings": "^3.1.6"
},
"devDependencies": {
"eslint-plugin-automatic": "latest",
"react": "latest"
}
}