root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 390 forks source link

v2.3 claims to add top & bottom options via side property but errors if anything other than left or right #302

Open jkolbe opened 7 years ago

jkolbe commented 7 years ago

I tried to make use of the added functionality in v2.3 that states added options to open drawer from top or bottom but when I set the "side" property to "top" or bottom" I get an warning error saying expecting either "left" or "right": image

image

There is even documentation stating how to use it: but doesn't actually work: side (String left|right|top|bottom) left - which side the drawer should be on.

image

madelinec commented 7 years ago

also having this issue, would be really nice to have working top drawer

TianyuanC commented 7 years ago

+1 for the bottom

Unlighten commented 6 years ago

Still not working for me