879479119 / react-native-shadow

A SVG shadow component powered with react-native-svg,which can provide shadow on Android like iOS ^_^

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Each child in an array or iterator should have a unique "key" prop. Check the render method of `BoxShadow`. See https://fb.me/react-warning-keys for more information.

Lxxyx opened this issue · comments

commented

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of BoxShadow. See https://fb.me/react-warning-keys for more information.

BoxShadow._this.render @ BoxShadow.js:32

I also had this issue. I think my PR should fix it. @879479119 can you review?

I see the source, you add the prop 'key',but the warning remains!
<Stop offset="0" stopColor={color} stopOpacity={opacity} key={key+'Linear0'} />,
<Stop offset="1" stopColor={color} stopOpacity="0" key={key+'Linear1'} />

My dependencies is:
react-native-shadow:^1.2.1
react-native-svg:^6.0.0