in react-native,how to change the styles of NavigatorIOS,such as backgroundColor? thank you!
As far as I know, you can only change the following properties:
<NavigatorIOS
barTintColor='#000'
titleTextColor='#fff'
tintColor='#fff'
initialRoute={{
title: 'SpeedNews',
component: ViewList
}} />
maybe we can use "react-native-router"