leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.42k stars 2.34k forks source link

Dynamic Swiper dots position #662

Open nazmussakibsanim opened 6 years ago

nazmussakibsanim commented 6 years ago

I want to dynamically change swiper dots position, so that in the first page it is at the bottom and in the second page it is at the top, haw I can accomplish that?

uinz commented 6 years ago
<Swipe
  onIndexChanged={this.handleScrollEnd}
  paginationStyle={{bottom: this.state.paginationX}}
>
// ....
</Swipe>