React-native-swiper: Dots position

Created on 21 Nov 2017  路  6Comments  路  Source: leecade/react-native-swiper

Is there a way to place the dots at the bottom of the component ?

Regards.

Most helpful comment

Fixed by sending paginationStyle={{position:'absolute', bottom: 10}} as a prop

All 6 comments

I also have this problem, have you solved it

Not yet, I even couldn't place them at the very bottom, at least maybe that will work but nothing yet :-( any help is welcome...

Same. marginTop property doesn't work.

Fixed by sending paginationStyle={{position:'absolute', bottom: 10}} as a prop

@hhunaid Excellent !!! At least for me that works !!! Thanks a lot... anyway other solutions are also welcome !!!

marginBottom: -10

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JonasOmdal picture JonasOmdal  路  3Comments

nicolabortignon picture nicolabortignon  路  3Comments

nomoreboredom picture nomoreboredom  路  3Comments

ruben-kasaz picture ruben-kasaz  路  3Comments

ghost picture ghost  路  3Comments