Home > Mobile >  Search from list in React Native
Search from list in React Native

Time:04-12

I just wanna know how can I make search function in react native. I have a very big list of text(in local js file) and also Text input space. I want to make possible when users type something they can find what they looking for from list below. Here is my code and screenshot of App. I'm new in programming so please use easy terms =) enter image description here

enter image description here

  • Related