Best practices in highlighting a React Native FlatList which is genereated from a SearchBar
I have a working React Native Search bar which on keypress populates a FlatList view. When a Flatlist element is pressed I want to highlight just the element that is selected. Any ideas on how this can be done in React Native?
Best practices in highlighting a React Native FlatList which is genereated from a SearchBar
I have a working React Native Search bar which on keypress populates a FlatList view. When a Flatlist element is pressed I want to highlight just the element that is selected. Any ideas on how this can be done in React Native?