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

Fix Each Child warning by adding key prop #7

Closed jimthedev closed 7 years ago

jimthedev commented 7 years ago

It turns out that we needed to add a key to each . This modifies linear and radial to be functions instead so that the keys on items can be dynamic.

Fixes #4

879479119 commented 7 years ago

thx really helps

jimthedev commented 7 years ago

@879479119 Thanks for the merge! 💯