Add search-function to RecyclerListview react Native
I want to add a search/filter functionality to my RecyclerListView so that I can search items by typing the name inside a searchbar on top. I'm using this library: https://github.com/Flipkart/recyclerlistview When the searchbar is empty, all items should be shown.…