Skip to content
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

Open
mfprint opened this issue May 28, 2019 · 8 comments
Open

flipX and flipY not working correctly on Android when going back #18

mfprint opened this issue May 28, 2019 · 8 comments

Comments

@mfprint
Copy link

mfprint commented May 28, 2019

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

@plmok61
Copy link
Owner

plmok61 commented Jul 10, 2019

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

@LiuXiangX
Copy link

0.60.3 Same mistake

@mfprint
Copy link
Author

mfprint commented Sep 23, 2019

Version 0.60

@metahexane
Copy link

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

@Mr-Bhardwa7
Copy link

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

@MaximilianoRG
Copy link

Same issue here:

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

@yilinjuang
Copy link

Same here on rn 0.61.5. Perhaps it's related to facebook/react-native#9841?

@marvanov
Copy link

Same issue here: 0.68.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants