react-native-app-intro-slider icon indicating copy to clipboard operation
react-native-app-intro-slider copied to clipboard

Want to have dots in vertically center

Open riturajpandey opened this issue 4 years ago • 1 comments

hps1 (1) How can i achieve this?

riturajpandey avatar Jun 24 '20 20:06 riturajpandey

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'
    }

SubhashisPK avatar Sep 25 '20 06:09 SubhashisPK