0

I need to create List but using snap carousel component. But I am unable to do so.

Rushabh Gedam
  • 310
  • 1
  • 4
  • 11

2 Answers2

0

Just adding a prop to carousel as vertical. You can refer https://github.com/archriss/react-native-snap-carousel For using the vertical props find it here https://github.com/archriss/react-native-snap-carousel/blob/master/src/carousel/Carousel.js

Rushabh Gedam
  • 310
  • 1
  • 4
  • 11
0

Use vertical prop for achieving in vertical direction.However you must specify itemHeight and sliderHeight while using vertical prop.

Sjonchhe
  • 790
  • 8
  • 16