Does all components of list item in Dynamic List loads all together or it works like ListView, that component loads as we scroll down?
If I understand you its loads all in once. You should make it own. Init 20 rows, when detect end and load another 20 for example.
@Daniyal_Awan NativeBase List is deprecated. Use React native Flatlist instead.NativeBase List is built on top of React Native LIstView. Source code https://github.com/GeekyAnts/NativeBase/blob/master/src/basic/List.js