react-native-elements / react-native-elements-universe

MIT License
9 stars 6 forks source link

Proposal for Carousel component #4

Open HariAcidReign opened 3 years ago

HariAcidReign commented 3 years ago

Is your feature request related to a problem? Please Describe.

A carousel component with swipeable cards/images takes up less screen size and is very intuitive as well. It doesn't obstruct user view and provides a good UI experience in both Portrait and Landscape modes.

Describe the solution you'd like

Right now the component exists in https://github.com/meliorence/react-native-snap-carousel, but this project has started to get a bit inactive. Plus, it looks like a nice addition to RNE and can be tweaked to work with RNE elements from the box.

Additional context

This is one of the very few UI components which is not present in RNE, and that is why I am considering its addition. Do let me know if it is a good idea worth implementing. 🙌🏻

HariAcidReign commented 3 years ago

@flyingcircle Is it a viable addition to the lib? If yes, Can I work on this one?

HariAcidReign commented 3 years ago

I'm also considering adding a page control component in addition to the carousel image

Page control component moves in accordance with carousel swipe.