-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Random white or faded components on android #28345
Copy link
Copy link
Closed
Labels
Needs: Author FeedbackNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Type
Fields
Give feedbackNo fields configured for issues without a type.
React Native version: .59 and .61
Platform: Android
Built with Expo, but same problem reported with AirBNB
At random times, individual components render as faded or completely white on Android. This problem is not related to the splash screen. I have not been able to notice a pattern, but I did read that this was one of the problems AirBNB ran into (https://softwareengineeringdaily.com/2018/09/24/show-summary-react-native-at-airbnb/). Their solution was to disable initializing Fresco. Is there a clean way to do this? Is there any work around otherwise?
Thanks,
Conley
Steps To Reproduce
Unfortunately, the problem is not reliably reproducible. But it seems prevalent enough for the RN maintenance team to address, none the less.
Expected Results
Non-faded components
Snack, code example, screenshot, or link to a repository:
Again, not reproducible