fixt / react-native-page-swiper

91 stars 47 forks source link

Is there a way to hide the dot and activeDot? #13

Closed karthickvkumar closed 8 years ago

karthickvkumar commented 8 years ago

@cgarvis can we hide the dots and activeDots. Is there a way customize like show and hide that dots

Thanks in advance

esamattis commented 8 years ago

pager={false}

karthickvkumar commented 8 years ago

Thanks @epeli

timsuchanek commented 8 years ago

Or use the native way: https://facebook.github.io/react-native/docs/viewpagerandroid.html#content

karthickvkumar commented 8 years ago

Thanks @timsuchanek