meliorence / react-native-render-html

iOS/Android pure javascript react-native component that renders your HTML into 100% native views
https://meliorence.github.io/react-native-render-html/
BSD 2-Clause "Simplified" License
3.48k stars 589 forks source link

Not working android Realme device #649

Closed MUSHTHAK2899 closed 11 months ago

MUSHTHAK2899 commented 11 months ago

Decision Table

Good Faith Declaration

Description

Not working android Realme device

React Native Information

<ScrollView
            showsHorizontalScrollIndicator={false}
            style={styles.ContentContainer}>
            {resTermsCondition.map(item => {
              const source = {
                html: `${item?.description}`,
              };
              return (
                <View style={styles.Text}>
                  <RenderHtml contentWidth={width} source={source} />
                </View>
              );
            })}
          </ScrollView>

RNRH Version

"react-native-render-html": "^6.3.4",

Tested Platforms

Reproduction Platforms

Minimal, Reproducible Example

aa

Additional Notes

aa

jsamr commented 11 months ago

Closing as this report doesn't follow our contribution guidelines.