Skip to content
New issue

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

Text not showing on IOS #71

Open
ariesbrylle-bms opened this issue Dec 8, 2020 · 2 comments
Open

Text not showing on IOS #71

ariesbrylle-bms opened this issue Dec 8, 2020 · 2 comments

Comments

@ariesbrylle-bms
Copy link

image

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>`
@ariesbrylle-bms ariesbrylle-bms changed the title Text color not showing on IOS Text not showing on IOS Dec 8, 2020
@ariesbrylle-bms
Copy link
Author

But on Android it's showing:

image

@mohanyadav
Copy link

@ariesbrylle-bms I am facing the same issue. Please share any workaround you got for the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants