microsoft / react-native-adaptivecards

React Native renderer for AdaptiveCards
https://microsoft.github.io/react-native-adaptivecards/
80 stars 21 forks source link

Support fontFamily for textBlock #95

Open YaraGh opened 4 years ago

YaraGh commented 4 years ago

textBlock currently has no fontFamily causing the text to be truncated in some cases.

please add the fontFamily prop to the textBlock component https://github.com/microsoft/react-native-adaptivecards/blob/release_0.1.x/src/Views/CardElements/TextBlock.tsx#L25 fontFamily: StyleManager.fontFamily,