-
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
flipX and flipY not working correctly on Android when going back #18
Comments
@mfigueroa96 what version of React Native are you using? I know there was an issue with |
0.60.3 Same mistake |
Version 0.60 |
Running on RN 59.10.0, getting the same error. Worked fine on expo, crashed after bare eject. |
I'm also getting the same issue. is anyone find the solution? |
Same issue here: RN Version : 0.61.4 |
Same here on rn 0.61.5. Perhaps it's related to facebook/react-native#9841? |
Same issue here: 0.68.2 |
I get the following error using flipX or flipY while going back on navigation (on iOS works correctly):
Error while updating property 'backfaceVisibility' of a view managed by: RCTView
null
Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
updateViewProp
ViewManagersPropertyCache.java:95
setProperty
ViewManagerPropertyUpdater.java:132
updateProps
ViewManagerPropertyUpdater.java:51
updateProperties
ViewManager.java:37
updateProperties
NativeViewHierarchyManager.java:136
execute
UIViewOperationQueue.java:95
run
UIViewOperationQueue.java:917
flushPendingBatches
UIViewOperationQueue.java:1025
access$2600
UIViewOperationQueue.java:46
doFrameGuarded
UIViewOperationQueue.java:1085
doFrame
GuardedFrameCallback.java:29
doFrame
ReactChoreographer.java:166
doFrame
ChoreographerCompat.java:84
run
Choreographer.java:947
doCallbacks
Choreographer.java:761
doFrame
Choreographer.java:693
run
Choreographer.java:935
handleCallback
Handler.java:873
dispatchMessage
Handler.java:99
loop
Looper.java:193
main
ActivityThread.java:6669
invoke
Method.java
run
RuntimeInit.java:493
main
ZygoteInit.java:858
The text was updated successfully, but these errors were encountered: