vishaldhanotiya / react-native-modal-picker

This is a cross-platform picker with search bar for react native support both platform IOs and android
https://www.npmjs.com/package/rn-modal-picker
44 stars 18 forks source link

FlatList using item.name as key #15

Closed rohit20031988 closed 4 years ago

rohit20031988 commented 4 years ago

in "keyExtractor" , item.name is used as key which causes issue sometime as there can be two items(in case of users) with same name..so it should use the item.id for key

vishaldhanotiya commented 4 years ago

Hii @rohit20031988 added item.id in place of item.name