harshq / react-native-mentions

Mentions textbox for React Native. Works on both ios and android. :whale:
MIT License
309 stars 82 forks source link

Add prop listKey to Flatlist #36

Closed martin-badin closed 4 years ago

martin-badin commented 5 years ago

Hello,

I have this error

A VirtualizedList contains a cell which itself contains more than one VirtualizedList of the same orientation as the parent list. You must pass a unique listKey prop to each sibling list.

please add prop listKey to Flatlist. Thanks