vault-development / react-native-svg-uri

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

fix unique "key" prop warning #153

Closed gaodeng closed 3 years ago

thiszhong commented 5 years ago

Maybe ++ind, in my case.

gaodeng commented 5 years ago

Maybe ++ind, in my case.

++ind will break createSVGElement's key props https://github.com/vault-development/react-native-svg-uri/blob/c6841a6e7d1a6ee5cf5b515d4faea6002e166f3c/index.js#L160-L163