alan-eu / react-native-fast-shadow

Fast and high quality Android shadows for React Native
MIT License
487 stars 11 forks source link

Shadow gets apply to all the child components wrapped in a View #11

Closed Rakshit17patel closed 1 year ago

Rakshit17patel commented 1 year ago

Describe the bug

On Wrapping a View in ShadowView Component, the shadow gets apply to all the child component of View.

Expected behavior

The shadow should be only on View Container not on child component

simontreny commented 1 year ago

Hi @Rakshit17patel

Could you please provide a code sample and a screenshot of the bug you encounter?