Open haroldmud opened 3 months ago
So the issue is that whenever you search for something that's not in our collection, there is no display that shows whether the search didn't match any data of the collection.
Hi haroldmud you can use flatlist props to add that
flatListProps={{ ListEmptyComponent: () =>
</View> }}
So the issue is that whenever you search for something that's not in our collection, there is no display that shows whether the search didn't match any data of the collection.