I need to create content slider
I already created it using Horizontal ScrollView, but how to create logic for left and right arrows? Thank you.
I need to create content slider
I already created it using Horizontal ScrollView, but how to create logic for left and right arrows? Thank you.
You can use the pagination concept. ScrollViews can be configured to allow paging through views using swiping gestures by using the pagingEnabled props. Swiping horizontally between views can also be implemented on Android using the ViewPagerAndroid component. Reefer https://facebook.github.io/react-native/docs/using-a-scrollview.html