Home > front end >  React Native Animated Horizontal Scrolling
React Native Animated Horizontal Scrolling

Time:10-09

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

  • Related