react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

clusterFontFamily not working on android

Open quentinNpApnl opened this issue 3 years ago • 1 comments

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

quentinNpApnl avatar May 25 '22 08:05 quentinNpApnl

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",
  }

quentinNpApnl avatar May 31 '22 09:05 quentinNpApnl