Open agilests opened 7 years ago
react-native-shadow:^1.2.1 react-native-svg:^6.0.0
Report this Warning:Each child in an array or iterator should have a unique "key" prop. in Svg(at BorderShadow.js:35)
just add key prop to parent element inside map arrow function
[1,2,3,4].map((item, key) => { return })
If I only have one component, how can I add the key? like this:
react-native-shadow:^1.2.1 react-native-svg:^6.0.0
Report this Warning:Each child in an array or iterator should have a unique "key" prop. in Svg(at BorderShadow.js:35)