Hi, Thanks a lot for this fantastic package. I hit with a warning in my React Native App, when I don't set a background color to the drop shadow component style, I get this warning. I wanted to create a reusable component and pass children inside, the background of that component can be dynamic.
background:"transparent" does not work as well.
WARN (ADVICE) View #395 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.
Hi, Thanks a lot for this fantastic package. I hit with a warning in my React Native App, when I don't set a background color to the drop shadow component style, I get this warning. I wanted to create a reusable component and pass children inside, the background of that component can be dynamic.
background:"transparent"
does not work as well.WARN (ADVICE) View #395 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.