879479119 / react-native-shadow

A SVG shadow component powered with react-native-svg,which can provide shadow on Android like iOS ^_^
MIT License
610 stars 82 forks source link

Added `animated` setting #42

Open halpdesk opened 5 years ago

halpdesk commented 5 years ago

Added animated setting to allow change in wrapper component from View to Animated.View. Also fixed warning for each child in BorderShadow which got unpacked (should only allow one root for children)