akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.21k stars 950 forks source link

component `select` bug #1315

Closed codthing closed 3 years ago

codthing commented 3 years ago

🐛 Bug Report

ERROR Warning: Each child in a list should have a unique "key" prop. image

UI Kitten and Eva version

Package Version
@eva-design/eva ^2.0.0
@ui-kitten/components ^5.0.0
artyorsh commented 3 years ago

You should do what the error says. Use key whenever you iterate through an array to render React components.