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

If <BorderShadow> only has one component, how to get rid of the warning "Each child in a list should have a unique 'key' prop" #52

Open changyu2hao opened 4 years ago

changyu2hao commented 4 years ago

If only has one component, how to get rid of the warning "Each child in a list should have a unique 'key' prop"

amingsc commented 3 years ago

BorderShadow.js Line25/37,Change: <Svg ...> to <Svg ... key="svg_">

or use my fork: yarn add https://github.com/amingsc/react-native-shadow.git