Changing the default style for a Navigator.NavigationBar (title)

前端 未结 3 583
攒了一身酷
攒了一身酷 2021-01-12 16:46

I\'ve created a navigation bar in my react-native app using the following syntax



        
3条回答
  •  北海茫月
    2021-01-12 17:28

    I assume this problem occurred for you on Android. I had the same issue with the title being placed on the left. What worked out for me was the following:

    
    

    The StylesIOS makes the navbar resemble the iOS-look, where the title is centered.

提交回复
热议问题