How to create a horizontal list in React Native? Code Example
To create a horizontal list in React Native, we can use horizontal prop of FlatList and set it to true. This will render the list in horizontal direction with horizontal…
Browsing Category