Which approach should I use in React Native where I need to implement a horizontal scroll like collection view? The look and feel are needed to be exactly similar to the native iOS UICollectionView
.
Asked
Active
Viewed 1.3k times
15

shim
- 9,289
- 12
- 69
- 108

Pulkit Sharma
- 545
- 1
- 6
- 19
2 Answers
5
You can use both FlatList
and ScrollView
. You just need to style your list in a correct way, for example, something like this to create a grid. Check UIExplorer to see how basic components work.

Radek Czemerys
- 1,060
- 7
- 17