vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 335 forks source link

Warning: Each child in an array or iterator should have a unique "key" prop. #152

Open gaodeng opened 5 years ago

gaodeng commented 5 years ago
Warning: Each child in an array or iterator should have a unique "key" prop.
Check the render method of `SvgUri`. See https://fb.me/react-warning-keys for more information.
    in ForwardRef(View) (at react-native-svg-uri/index.js:255)
    in SvgUri (at ListenNowScreen2.js:212)
    in RCTView (at View.js:44)
    in RCTView (at View.js:44)
    in TouchableHighlight (at TouchableItem.js:57)
cjahv commented 5 years ago

have code?