react-native-bottomsheet
Version:
True Cross-platform ActionSheet for Android and iOS
32 lines (31 loc) • 695 B
JSON
{
"name": "react-native-bottomsheet",
"version": "2.9.0",
"description": "True Cross-platform ActionSheet for Android and iOS",
"main": "index.js",
"typings": "index.d.ts",
"keywords": [
"react",
"react-native",
"bottomsheet",
"android",
"ios"
],
"author": "clip-sub",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https@github.com:Clip-sub/react-native-bottomsheet.git"
},
"scripts": {
"deploy": "yarn build && npm publish",
"clean": "rm -rf dist .rts2_*"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.71.0"
},
"peerDependencies": {
"react": ">=16",
"react-native": "^0.71.0"
}
}