JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

Correction of the keyExtractor warning in the autocomplete #50

Closed rlima-ferreira closed 2 years ago

rlima-ferreira commented 4 years ago

The react-native-autocomplete-input package was created waiting for the keyExtractor parameter to pass, since the package uses the react-native FlatList component. When using lib react-native-tag-autocomplete, a warning is displayed for the lack of this property in lib's Autocomplete component react-native-tag-autocomplete