I am beginner in React native and I want to implement the horizontal scrolling list like this. Design. Can anyone let me know about the references/libraries that I can use to design this in React Native Expo.
CodePudding user response:
You can use snap carousal, or FlatList
with snapping enabled