Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 'cannot calculate shadow efficiently' log message (#39700)
Summary: While working in an app I kept getting these `View X of type Y has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this` warnings even though I had added a background color to that view. Upon inspecting RCTView.m I notice that what is actually required to fix this is a solid background To make this a bit clearer to developers I believe we should update this log message to explicitly say "solid background" instead of "background" ## Changelog: [IOS] [CHANGED] - Update 'cannot calculate shadow efficiently' log message to explicitly say solid background Pull Request resolved: #39700 Test Plan: N / A Reviewed By: christophpurrer Differential Revision: D51584574 Pulled By: javache fbshipit-source-id: b1741f7002ebb876e4a50959bef7f39df76a5c3c
- Loading branch information