Skip to content

Commit

Permalink
Update 'cannot calculate shadow efficiently' log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Sep 27, 2023
1 parent 41e5a5e commit f3f4d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/React/Views/RCTView.m
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static void RCTUpdateShadowPathForView(RCTView *view)

RCTLogAdvice(
@"View #%@ of type %@ has a shadow set but cannot calculate "
"shadow efficiently. Consider setting a background color to "
"shadow efficiently. Consider setting a solid background color to "
"fix this, or apply the shadow to a more specific component.",
view.reactTag,
[view class]);
Expand Down

0 comments on commit f3f4d26

Please sign in to comment.