Code that worked for me:
import Header from '../Containers/Header'
.........................................
navigationOptions: ({ navigation }) => ({
title: 'Find User',
headerRight: ,
headerStyle: styles.header
})
And to move to other screen:
this.props.navigation.navigate('UserDetail', {});