react-native-map-clustering
react-native-map-clustering copied to clipboard
clusterFontFamily not working on android
Hi ! The clusterFontFamily prop is not working on android, working well on iOS
clusterFontFamily={'Righteous-Regular'}
This font family is working on all <Text> elements on the app
Hi again, I commented out the style line applied to the text of the ClusterMarker directly in the nodes_modules, and it worked. Can you do something for this problem ?
text: {
// fontWeight: "bold",
}