Skip to content

Instantly share code, notes, and snippets.

View KBiswas98's full-sized avatar
😎
coding is going on.....

Kamalesh Biswas KBiswas98

😎
coding is going on.....
View GitHub Profile
@KBiswas98
KBiswas98 / Next slide & start slide & end slide
Created January 25, 2020 05:53
react-native slider/carousel using scrollView
_goToNextPage = () => {
if (
ActivePortionOfScrollView >
Dimensions.get('window').width * (NumberOfSlide - 1)
)
ActivePortionOfScrollView = -Dimensions.get('window').width;
ActivePortionOfScrollView =
ActivePortionOfScrollView +
Dimensions.get('window').width +