root-two / react-native-drawer

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

[Solution] Bottom drawer #384

Closed roman-rr closed 4 years ago

roman-rr commented 4 years ago

I don't find here bottom drawer solution, but it's called drawer. Also, plugin is not maintained, i propose to anybody switch to Cupertino-Pane

gothraven commented 4 years ago

@roman-rr how can this be a solution for a REACT NATIVE project :thinking: ? it is web only solution. you can choose the side of the drawer using the prop side to bottom so it can show up from the bottom !

roman-rr commented 4 years ago

@gothraven thanks, after research i realized that react native can't contain html components. I will create soon some type of core for pane gestures, and will implement react native support from this core.