pedreviljoen / react-native-menu

Simple & lightweight customisable menu drawer component
MIT License
57 stars 16 forks source link

Added default variable for DRAWER_WIDTH #20

Closed jeromemmiranda closed 5 years ago

pedreviljoen commented 5 years ago

@jeromemmiranda The default drawer width overrides custom width input (as percentage of screen) from the user. You can update the PR to check if a custom percentage is supplied or not and then handle accordingly.