mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f83281e2ce
Summary: This diff disables OverlappingRendering for ReactTextView to avoid the exception: ``` java.lang.IllegalStateException: Unable to create layer for com.facebook.react.views.text.ReactTextView ``` during fade animations OverlappingRendering enables an optimization during rendering of animations per component, disabling this might affect performance of animations inside TextView. We will add a ReactFlag to experiment on how this affect other surfaces. Reviewed By: blairvanderhoof Differential Revision: D14027631 fbshipit-source-id: c1a84e7488c44582f7b7c78965aeb7bd27f82368