Tell us which versions you are using:
"version": "4.0.0-beta.22"From <Scene key="webview" component={WebViewScreen} backButtonTintColor="red"/> to be red
Default color
Pretty much did <Scene key="webview" component={WebViewScreen} backButtonTintColor="red"/> expecting to be a red arrow.
Having the same problem, on both iOS and Android
I think the issue is affecting all the properties or most of them because something tells me is related to https://github.com/aksonov/react-native-router-flux/issues/2598#issuecomment-342375932
It doesn't work for me either.
Trying to update from V3 to V4. Also having the same problem
You should use this property for containers, not for child scenes. I just added it to Example project and see red 'back' image normally.
I am facing the same issue using this:
....
//package,json
"react-native-router-flux": "^4.0.5",
I am facing the same issue using this:
....
//package,json
"react-native-router-flux": "^4.0.5",
I use "navBarButtonColor" property and works 馃憤
Most helpful comment
I use "navBarButtonColor" property and works 馃憤