我想禁用特定屏幕上的drawernavigator在屏幕上滑动或抽屉请求。
在屏幕中使用drawerLockMode
:
static navigationOptions = () => ({
drawerLockMode: 'locked-closed'
})