Text Actions - fontFamily, fontWeigth and fontSize
is there any way to apply more styles in text ?
not right now... but it's a good feature to add... I will mark this issue as a "new feature"
Hi, as I see in the FloatingActionButtom implementation, it accepts the textStyle prop which is passed to the Text component.
(Not sure) Perhaps you can just pass it from the action object like:
const actions = [
{
text: "Accessibility",
name: "bt_accessibility",
textStyle: {
fontFamily: 'YourFont',
fontWeight 'bold',
}
}
]
any update on this . ?
Unable to see the text, If I make the position as center.
Note: I can able to see the text if the position is left or right.
allowFontScaling this prop does not apply. Need help!