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

ruben-kasaz picture ruben-kasaz  路  3Comments

diegolmello picture diegolmello  路  3Comments

wrannaman picture wrannaman  路  3Comments

kylehagler picture kylehagler  路  3Comments

tokict picture tokict  路  3Comments