Skip to content

Commit

Permalink
preserve the whitespace in the mesages
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Jan 4, 2022
1 parent 615f5b3 commit 395df85
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 395df85

Please sign in to comment.