Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 434 forks source link

Animate menu component over current screen rather than animate current screen #307

Closed danderson00 closed 7 years ago

danderson00 commented 7 years ago

It seems more natural to drag the menu component on to the screen rather than to drag the currently displayed component off the screen.

Kureev commented 7 years ago

Hi @danderson00! There are different techniques describing how menu can be animated and this is just one of them. You can always go for https://github.com/react-native-community/react-native-drawer-layout or https://github.com/root-two/react-native-drawer to achieve an experience you want to have