13 Questions To Prepare For In Your React Native Interview

Deep Diving Into Advanced React Native

Mohit
JavaScript in Plain English
5 min readFeb 4, 2021

--

1. Why is FlatList Better than a ScrollView?

In React Native the FlatList component can display a long list of data, as we have in News applications where the main summary displays inside a card on the home page, and these cards are implemented…

--

--