leecade / react-native-swiper

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

Customize pagination position #798

Open koswarabilly opened 6 years ago

koswarabilly commented 6 years ago

Which OS ?

General platform

Version

Which versions are you using:

Expected behaviour

Able to customize pagination position

Actual behaviour

unable to customize

mafiusu commented 5 years ago

Is there any guide how I can customize the pagination position?

joshjo commented 4 years ago

Is there any guide how I can customize the pagination position?

You can use paginationStyle.

<Swiper paginationStyle={{ bottom: 10 }} />