-
Notifications
You must be signed in to change notification settings - Fork 43
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
Page keep blinking when move to third page #27
Comments
I have this issue too |
Experiencing the same issue on an iPhone 6s. The screen straightup flickers. I even see some traces of previous screens. |
Hey guys anyone working to fix this? |
I found the problem can be solved by adding opacity in transitionConfig.
|
Excellent fix @darrenyaoyao
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm new in React-Native.
I'm using the FlipY effect on my application.
Everythings running ok on Android version.
But when I tried to run on Ios version, when I navigate to the third page.
The page will keep blinking.
Example: Home Page > Login Page > Verification Page.
If I remove the effect, the page will not be blinking.
May I know how to solve this issue?
Thanks a lot
The text was updated successfully, but these errors were encountered: