Запитання 5
What is the key difference between ScrollView and FlatList in React Native?
Варіанти відповідей
ScrollView renders all children at once and is suitable for short lists; FlatList virtualizes and renders only visible items, suitable for long lists.
ScrollView supports navigation between screens; FlatList supports only static content.
FlatList is used for styling, ScrollView is used for animations.
ScrollView only works on iOS; FlatList only on Android.