colbymillerdev / react-native-progress-steps

A simple and fully customizable React Native component that implements a progress stepper UI.
MIT License
361 stars 145 forks source link

The progress steps go outside viewport in case of 5 or more steps #107

Open mritul opened 7 months ago

mritul commented 7 months ago

How do i make the progress steps scroll ?

KanoDekouBillyBrown commented 3 months ago

you could add it in a scrollview component and set direction to horizontal

zsali commented 1 day ago

also added the horizontal true in the scroll view as well but it also added that horizontal scrolling on all of my input that is inside the step , it is showing me like that

Screenshot_2024-09-12-22-07-04-264_com edocs

but when i have react native older version it works really well but not with the latest version.