React-native-router-flux: back button tint color do not work

Created on 4 Nov 2017  路  6Comments  路  Source: aksonov/react-native-router-flux

Version

Tell us which versions you are using:

  • react-native-router-flux: "version": "4.0.0-beta.22"

Expected behaviour

From <Scene key="webview" component={WebViewScreen} backButtonTintColor="red"/> to be red

Actual behaviour

Default color

Steps to reproduce

Pretty much did <Scene key="webview" component={WebViewScreen} backButtonTintColor="red"/> expecting to be a red arrow.

Most helpful comment

I am facing the same issue using this:

....
//package,json
"react-native-router-flux": "^4.0.5",

I use "navBarButtonColor" property and works 馃憤

All 6 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jgibbons picture jgibbons  路  3Comments

wootwoot1234 picture wootwoot1234  路  3Comments

kirankalyan5 picture kirankalyan5  路  3Comments

willmcclellan picture willmcclellan  路  3Comments

sreejithr picture sreejithr  路  3Comments