We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's my Code:
`<View style={{ flex: 1, backgroundColor: "white" }}> <ProgressSteps activeStep={stepNo} progressBarColor={CONSTANTS.PRIMARY_COLOR} activeStepIconBorderColor={CONSTANTS.PRIMARY_COLOR} completedProgressBarColor={CONSTANTS.PRIMARY_COLOR} completedStepIconColor={CONSTANTS.PRIMARY_COLOR} labelColor={CONSTANTS.TEXT_COLOR} activeLabelColor={CONSTANTS.PRIMARY_COLOR} completedLabelColor={CONSTANTS.PRIMARY_COLOR} activeStepNumColor={CONSTANTS.PRIMARY_COLOR} labelFontSize={fontSize} > <ProgressStep label="Created" removeBtnRow={true}></ProgressStep> <ProgressStep label="Processing" removeBtnRow={true}></ProgressStep> <ProgressStep label="Reassigned" removeBtnRow={true}></ProgressStep> <ProgressStep label="Resolved" removeBtnRow={true}></ProgressStep> </ProgressSteps> </View>`
The text was updated successfully, but these errors were encountered:
But on Android it's showing:
Sorry, something went wrong.
@ariesbrylle-bms I am facing the same issue. Please share any workaround you got for the issue
No branches or pull requests
Here's my Code:
The text was updated successfully, but these errors were encountered: