-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
iOS 14.4 Header Styling problem after Payment #46
Comments
@JonatanSalas Sorry for the Tag. Any suggestion about? |
Hi @iabadie-dataart! Sorry, but I've been out from this project the last week. I'll check it out, I think that the issue is related to the UINavigationController not being able to add the previous styles. We store the information of the previous styling before MP put its own, and then we re-apply them. Thanks for the whole information and the reproduction case, I'll use it to test the behavior and find the possible fix for this issue. |
Nice! Thanks a Lot! |
Hi @JonatanSalas Sorry for the tag. Have you any update about this issue? I hope this help you. |
@JonatanSalas Hi! Have you any update about this issue? I need to know if at least there is a way to fix from the client side maybe. |
@JonatanSalas Hi! Any update here? |
Same issue here, in another project. Is there any update? |
Same issue here, any update? |
1 similar comment
Same issue here, any update? |
Describe the bug
After complete a payment and going back to the app, header appear with a weird bar on top (overlapping I think)
Problems seems like is with iPhone 14
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App header or statusbar styling should no change after complete a MP flow.
Screenshots
Smartphone (please complete the following information):
iPhone 12 - 14.4 -> Wrong styling
iPhone 8 Plus - 14.4 -> Wrong styling
iPhone 8 Plus - 13.6 -> Correct styling
Additional context
Project example to test
https://github.com/iabadie-dataart/awesomeproj-mp
Dependencies
"@blackbox-vision/react-native-mercadopago-px": "^0.7.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-config": "^1.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0"
The text was updated successfully, but these errors were encountered: