react-native-circular-progress-indicator icon indicating copy to clipboard operation
react-native-circular-progress-indicator copied to clipboard

Font family is not working when use in progressValueStyle

Open Sachira-Heshan opened this issue 2 years ago • 1 comments
trafficstars

"expo": "~49.0.15", "expo-font": "~11.4.0", "react": "18.2.0", "react-native": "0.72.6", "react-native-circular-progress-indicator": "^4.4.2",

these are the versions I use, in a circular progress bar, I used fontFamily property to my custom font to change the font family of progress value using progressValueStyle prop, fontSize and fontStyle are working but the fontFamily is only not working.

Sachira-Heshan avatar Nov 20 '23 09:11 Sachira-Heshan

"expo": "~49.0.15", "expo-font": "~11.4.0", "react": "18.2.0", "react-native": "0.72.6", "react-native-circular-progress-indicator": "^4.4.2",

these are the versions I use, in a circular progress bar, I used fontFamily property to my custom font to change the font family of progress value using progressValueStyle prop, fontSize and fontStyle are working but the fontFamily is only not working.

i have the same issue, dod you find a fix?

AyoParadis avatar Mar 20 '24 08:03 AyoParadis