Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.66k stars 330 forks source link

Want to have dots in vertically center #201

Open riturajpandey opened 4 years ago

riturajpandey commented 4 years ago

hps1 (1) How can i achieve this?

SubhashisPK commented 4 years ago

You have to modify the source code, there is no props react-native-app-intro-slider ---> dist --> index.js ---> search for "paginationContainer" within 'styles' line number: 189

paginationContainer: {
        position: 'absolute',
        bottom: '25%', // before it was 16
        left: 16,
        right: 16,
        justifyContent: 'center'
    }