Open riturajpandey opened 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'
}
How can i achieve this?