Open nazmussakibsanim opened 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?
<Swipe onIndexChanged={this.handleScrollEnd} paginationStyle={{bottom: this.state.paginationX}} > // .... </Swipe>
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?