drawer navigator custom height width in react navigation 5 code example
Example: drawer navigation set width react native
drawerStyle={isLargeScreen ? null : { width: '100%' }}
drawerStyle={isLargeScreen ? null : { width: '100%' }}