React native ';react native render html';不要渲染<;b></b>;及<;i></i>;正如在iOS上预期的那样,但在Android上确实如此

React native ';react native render html';不要渲染<;b></b>;及<;i></i>;正如在iOS上预期的那样,但在Android上确实如此,react-native,react-native-render-html,React Native,React Native Render Html,我正在使用“react native render html”从我的管理面板应用程序中呈现html,但在我的设备上的react native应用程序中,Android设备上的文本是粗体和斜体,而iPhone上没有。原因可能是什么 下面是我使用的代码 <HTML html={story.item.summary} baseFontStyle={styles.summaryText} containerStyle={styles.summar

我正在使用“react native render html”从我的管理面板应用程序中呈现html,但在我的设备上的react native应用程序中,Android设备上的文本是粗体和斜体,而iPhone上没有。原因可能是什么

下面是我使用的代码

<HTML
        html={story.item.summary}
        baseFontStyle={styles.summaryText}
        containerStyle={styles.summaryHTMLContainer}
      />


请添加您用于解决任务的代码示例。Alex我已编辑了我的问题,并提供了更多详细信息谢谢,但这是我在任何平台上提出的第一个问题,因此我不熟悉这些内容。我要编辑它again@MuhammadAown为了帮助您,我需要能够在我自己的计算机上完全复制您的问题。我需要您正在使用的库的版本(react-native和react-native render html)和一个最小的可复制示例,包括您正在传递的html片段和baseFontStyles。第一个猜测是字体的问题,与这个库无关。您是否可以在不使用react native render html的情况下重现该问题?