@ssaul/expandable-scrollable-drawer
Version:
An expandable/collapsible drawer component for React Native that supports scrollable content
42 lines (41 loc) • 1.09 kB
JSON
{
"main-z": "node_modules/expo/AppEntry.js",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"name": "@ssaul/expandable-scrollable-drawer",
"version": "0.5.2",
"description": "An expandable/collapsible drawer component for React Native that supports scrollable content",
"repository": {
"type": "git",
"url": "git+https://github.com/sjsaul1101/expandable-scrollable-drawer.git"
},
"keywords": [
"React",
"Native",
"Drawer",
"Gestures"
],
"author": "Steve Saul",
"license": "MIT",
"files": [
"index.js",
"Drawer.js"
],
"bugs": {
"url": "https://github.com/sjsaul1101/expandable-scrollable-drawer/issues"
},
"homepage": "https://github.com/sjsaul1101/expandable-scrollable-drawer#readme"
}