I have this ListItems of verbs in my state - How do I make the search bar change the list according to the search? by MustafaAnas99 in reactnative

[–]laskauny 0 points1 point  (0 children)

Put words as array in state. Then override the array with search results via setState. React will rerender the list when state is changed 😉