rnc-archive / react-native-drawer-layout

A platform-agnostic drawer layout for react-native
256 stars 63 forks source link

Add drawerSlideTargetWidth #54

Open sgtpepper43 opened 6 years ago

sgtpepper43 commented 6 years ago

Fix #33

Instead of hard coding a target width of 35 to grab the drawer and slide it, allow the user to specify the width they want to set that to. Works greate with deviceWidth/2

We can totally change drawerSlideTargetWidth to something else, I'm not sure what this would be called generally. This just made the most sense at the time.