Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the UI components for ImageSlider in React-Native

I m newbie to this Facebook's React-native framework and android as well.I have trouble finding the right UI component for the below UI design. Can anyone list out the UI components for the below design? I want to know the UI Component for image slider. Thanks in advance! enter image description here

like image 228
RAMD Avatar asked Mar 15 '23 03:03

RAMD


1 Answers

I am currently using react-native-viewpager which is good enough for simple sliding operations. There is also react-native-swiper component with advanced options but is currently doesnt support android.

like image 84
Deepak Avatar answered Apr 03 '23 02:04

Deepak