No style changes are being applied anymore with most styling props - looks like a bug.
some include:
backButtonTextStyle
tintColor
The Router sceneStyle prop seems to have stopped working with the latest update as well.
@aksonov Any suggestions? The docs for all scene styling do not apply with 4.3.0 unfortunately, however this update fixes a bigger issue (the nav bar for iphone12) it breaks a significant amount of code from existing versions.
Please check latest master
Please check latest master
Hi @aksonov, thanks for getting to this so quickly! I'm a bit confused as to where exactly I should pass the new cardStyle prop, seeing as your alteration doesn't add it to neither the Router nor the Stack or Scene components, and those are the only imports I use from the library. The way it's currently set up my guess is I need to use the createNavigationOptions function from Store.js somewhere, I tried looking this up but found no satisfactory answer.
API is remained unchanged. Since version 1.0
Hi @aksonov, I upgraded to 4.3.1. tintColor works now but I still cant seem to hide the backTitle like I could in previous versions and it is not possible to change the color of only the back arrow anymore.
tintColor is changing the color of both text and arrow.
I am experiencing a similar issue, I believe the issue could be with the react-native-screens library. If you are using Expo and want to upgrade to the newest SDKs you have to use an updated version of react-native-screens and this seems to break compatibility with react-native-router-flux.
Does anyone else think this is happening to them? Just a theory
Most helpful comment
The Router sceneStyle prop seems to have stopped working with the latest update as well.