react-native-progress-steps icon indicating copy to clipboard operation
react-native-progress-steps copied to clipboard

Text not showing on IOS

Open ariesbrylle-bms opened this issue 5 years ago • 2 comments

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 avatar Dec 08 '20 16:12 ariesbrylle-bms

But on Android it's showing:

image

ariesbrylle-bms avatar Dec 08 '20 16:12 ariesbrylle-bms

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

mohanyadav avatar Dec 02 '21 12:12 mohanyadav