With react-native-navigation v1 you can set up a drawer like this:
drawer: {
    left: {
        screen: 'ScreenName'
    }
}
In docs of react-native-navigation they mention that drawer is still supported,

but there in no example of its usage. I tried with same way as in v1, but it didn't work. Is there anyone who has achieved it somehow?
 
     
    