-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
FadeIn issue on Android #401
Comments
yes, this library is not newArch ready yet :/ I have same problem |
@elencho Did you use flipInX or flipInY method? |
No, My issue is in react-native-modal, It doesn't work anymore |
I solved my issue by editing animation flipInX and flipInY and removing "backfaceVisibility" property! Maybe react-native-modal use this property. |
In my case, the issue was the animation prop of the component and the imperative animation function I called were not in the same animation family. In other words, while my component is using flipInX as animation prop, Replacing flipInX with any attention-seekers (rubberBand, wooble, swing, bounce...), or tada with any flippers was my workaround. |
Hi,
I'm using latest version of React-native and react-native-animatable.
When I want to trigger animation like ref.current.fadeOut()
I have this error on Android only:
Error while updating property 'backfaceVisibility' of a view managed by: RCTView
The text was updated successfully, but these errors were encountered: