use navigation in class component react native drawer navigation
`ScreenName` should be defined inside the Stack.Screen to available
inside navigation
this.props.navigation.push('ScreenName'); // for class Components
props.navigation.navigate.push('ScreenName'); // for functional Components