Horizontal Scroll in React Native
A Horizontal ScrollView in React Native is a component used to display a list of scrollable items horizontally. It works similarly to the default ScrollView component, but instead of scrolling vertically, it scrolls horizontally. To create a Horizont...
josephjosedev.hashnode.dev1 min read