You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When put FAB or Card component in iOS app, there are WARN like:
(ADVICE) View #17 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.
Expected behaviour
No warning should show or had option to specify the background color.
Current behaviour
When put FAB or Card component in iOS app, there are WARN like:
(ADVICE) View #17 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.
Expected behaviour
No warning should show or had option to specify the background color.
"react-native": "0.71.6"
"react-native-paper": "^5.3.1"
The text was updated successfully, but these errors were encountered: