Example of flashScrollIndicators in FlatList in React Native

Hello friends, In today’s tutorial we would learn about flashScrollIndicators() inbuilt method of FlatList component in react native. The flashScrollIndicators method is used to show the current position of scroll indicator in FlatList. In easy language, The scroll indicator show only when we scroll down or scroll up the list…