Use and apply Font Style in Mobile Native Plugin

Hello,

How to apply Font Family from Font Style to a text in a Mobile Native Plugin ?

As far as I know values are available within these properties:

props.bubble = {
width: Number
height: Number
font_size: Number
font_alignment: String
bold: Boolean
italic: Boolean
underline: Boolean
font_color: String
font_face: String
is_visible: Boolean
}

font_face is formatted like this:

Barlow Semi Condensed:::100

I parsed the font family and apply this family like this but visualy the font doesn’t change:

fontFamily: “Barlow Semi Condensed“

Nobody know how to do that?