I have a vertical FlatList which renders each item of data in a single View component. I tried using skele to detect when each of those Views components enter the viewport ( when scrolled up or down by a user )and then increment a const viewsCount. But It didn't work. Skele couldn't even detect when the Views component enters the viewport.