"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.
"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.