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,`
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,