I\'ve created a navigation bar in my react-native app using the following syntax
What you can do is something like this :
Welcome
and in navBarTitleText style :
navBarTitleText
position: 'absolute', left: 0, right: 0, backgroundColor: 'transparent', textAlign: 'center'