How to make the bottom content slide together when the DrawerNavigator component in react-navigation slips sideways?

the DrawerNavigator component in react-navigation is pulled out directly from the sidebar when it is used. There is no way for the sidebar to slide out with the content.
similar to VIPSHOP app

Mar.17,2021

https://reactnavigation.org/d.

set DrawerNavigatorConfig

drawerType-One of front | back | slide

where slide is the effect you want

Menu