You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
properties to disable next and previous button ain't working
<ProgressStepsnextBtnDisabled><ProgressSteplabel="First Step"><Viewstyle={{alignItems: 'center'}}><Text>This is the content within step 1!</Text></View></ProgressStep><ProgressSteplabel="Second Step"><Viewstyle={{alignItems: 'center'}}><Text>This is the content within step 2!</Text></View></ProgressSteps>
The text was updated successfully, but these errors were encountered:
what worked for me is this nextBtnDisabled={true} inside every progressStep whose next button you want to disable , similarly for the previous button as well
if you want to just remove the buttons you can use removeBtnRow={true} inside every progressStep
properties to disable next and previous button ain't working
The text was updated successfully, but these errors were encountered: