Skip to content

Commit

Permalink
Merge pull request #6975 from parasharrajat/whitespace-preserve
Browse files Browse the repository at this point in the history
Preserve the whitespace in the mesages
  • Loading branch information
deetergp authored Jan 5, 2022
2 parents e8b7f12 + 395df85 commit 6f97362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const BaseHTMLEngineProvider = (props) => {
baseStyle={styles.webViewStyles.baseFontStyle}
tagsStyles={styles.webViewStyles.tagStyles}
enableCSSInlineProcessing={false}
dangerouslyDisableWhitespaceCollapsing={false}
dangerouslyDisableWhitespaceCollapsing
systemFonts={EXTRA_FONTS}
>
<RenderHTMLConfigProvider
Expand Down

0 comments on commit 6f97362

Please sign in to comment.