react-navigation-transitions icon indicating copy to clipboard operation
react-navigation-transitions copied to clipboard

flipX and flipY not working correctly on Android when going back

Open mfprint opened this issue 5 years ago • 8 comments

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

mfprint avatar May 28 '19 00:05 mfprint

@mfigueroa96 what version of React Native are you using? I know there was an issue with backfaceVisibility for a while on Android.

plmok61 avatar Jul 10 '19 02:07 plmok61

0.60.3 Same mistake

LiuXiangX avatar Sep 07 '19 10:09 LiuXiangX

Version 0.60

mfprint avatar Sep 23 '19 05:09 mfprint

Running on RN 59.10.0, getting the same error. Worked fine on expo, crashed after bare eject.

metahexane avatar Sep 27 '19 03:09 metahexane

I'm also getting the same issue. is anyone find the solution? RN Version: 0.59.10 react-navigation-transitions: 1.0.12

Mr-Bhardwa7 avatar Nov 26 '19 13:11 Mr-Bhardwa7

Same issue here:

RN Version : 0.61.4 react-navigation-transitions: ^1.0.12

MaximilianoRG avatar Dec 30 '19 22:12 MaximilianoRG

Same here on rn 0.61.5. Perhaps it's related to https://github.com/facebook/react-native/issues/9841?

yilinjuang avatar Apr 17 '20 21:04 yilinjuang

Same issue here: 0.68.2

marvanov avatar Jul 13 '22 04:07 marvanov