1.0.0 • Published 5 years ago

@ntakemori/rn-bottom-drawer v1.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
5 years ago

react-native-bottom-drawer

Updated version of github.com/jacklein/rn-bottom-drawer Credit to jacklein for the logic

install with npm install react-native-bottom-drawer

required:

containerHeight - integer - height of the drawer

borderRadius - integer - borderRadius of top left/right of drawer

startUp - boolean - starts up or down position

downDisplay - integer - height of drawer when in down position

offset - integer - offset of drawer

functions (non mandatory):

onExpand() - called on expand

onCollapse() - called on collapse