react-navigation-transitions
react-navigation-transitions copied to clipboard
flipX and flipY not working correctly on Android when going back
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
@mfigueroa96 what version of React Native are you using? I know there was an issue with backfaceVisibility
for a while on Android.
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? RN Version: 0.59.10 react-navigation-transitions: 1.0.12
Same issue here:
RN Version : 0.61.4 react-navigation-transitions: ^1.0.12
Same here on rn 0.61.5. Perhaps it's related to https://github.com/facebook/react-native/issues/9841?
Same issue here: 0.68.2