We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the same problem as here: https://stackoverflow.com/questions/48361898/how-to-remove-internal-shadow-of-react-native-stacknavigator-when-using-safearea
I am not sure if we can use the cardStyle fix with react-native-router-flux.
cardStyle
react-native-router-flux
Tell us which versions you are using: "react-native-router-flux": "^4.0.0-beta.27", "react-native": "0.52.0",
No shadow on blank statusbar
It shows a shadow
<Scene key="Main" component={Main} initial hideNavBar panHandlers={null} />
The text was updated successfully, but these errors were encountered:
Try this:
<Router getSceneStyle={() => ({ elevation: 0, shadowOpacity: 0, borderBottomWidth: 0, })} >
Sorry, something went wrong.
@timqha Thank you. It is awesome. It helped me and I fixed this problem related to internal shadow.
Closing this issue as it seems the fix provided by @timqha has worked for everyone.
No branches or pull requests
I have the same problem as here:
https://stackoverflow.com/questions/48361898/how-to-remove-internal-shadow-of-react-native-stacknavigator-when-using-safearea
I am not sure if we can use the
cardStyle
fix withreact-native-router-flux
.Version
Tell us which versions you are using:
"react-native-router-flux": "^4.0.0-beta.27",
"react-native": "0.52.0",
Expected behaviour
No shadow on blank statusbar
Actual behaviour
It shows a shadow
The text was updated successfully, but these errors were encountered: