-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Some elements just don't render all the time #10380
Comments
I have occasionally noticed elements on Android not appearing, but as you say it is rare and hard to reproduce. Maybe this is the same problem. |
just to followup it looks like the blinking markers in particular were addressed in this issues : react-native-maps/react-native-maps#683 and: and there is a PR here: |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
I'd say its fine to close this, I haven't observed this in a long time |
Issue Description
Simply put ever since version 0.33, in certain situations in the application, elements which used to render sometimes will no longer render for no obvious reason. Reloading the application will sometimes result in them showing, other times, they are gone.
Steps to Reproduce / Code Snippets
Unfortunate this is simply hard to reproduce since its totally intermittent. I also cant' seem to zero in on which elements will render, when. I will say that this seems to only be on android. The problem is that it worked find on versions before 0.32, and appears to be since the flexbox-updates.
Expected Results
Well due to the intermittent nature, I think its clear I'd expect consistent rendering. I'm mainly posting this issue to see if anyone else is experiencing this. I know the tracker is pretty full, but I'm looking for evidence and I didn't see any prior tickets about this. If I can zero in on more steps to reproduce I will.
I will say that for a long time we though it was a side effect of the Transform Matrix Helper introduced in 0.33. We did zero in on some bugs related to that and the translate property. However this seems to also happen on elements that don't use transform, translate props on their css.
Possibly unrelated, we've also noticed flickering on markers in react-native-maps and other anomalous behavior. Whatever is up, things are behaving really differently.
Additional Information
The text was updated successfully, but these errors were encountered: