Jacse / react-native-app-intro-slider

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

Want Pagination dots allign left #252

Open wasi-sketch opened 2 years ago

wasi-sketch commented 2 years ago

How i can allign dots to left or right positions if i will apply margin left it will give space between dots kindly help

vadimluminous commented 2 years ago

Go to

node_modules/react-native-app-intro-slider/dist/index.js

Find "paginationDots" in the StyleSheet.

Change justifyContent :'center' to 'justifyContent: 'flex-start'

Use npm package "patch-package" to save this package edit

jotilohana commented 2 years ago

@vadimluminous thanks it works...!!