react-nativeReact Native开发经验集React Native开发

react-native-htmlview使用

2016-08-17  本文已影响510人  荞叶
class Demo extends Component{    
    render(){       
         var htmlContent='拒绝 <b>百度</b> <br>从我做起';    
        return(            
            <View style={styles.container}>                
                <Text style={styles.text}>
                    <HTMLView  value={htmlContent}/>
                </Text>                

              <HTMLView value={htmlContent} style={styles.text} />
          <View>
        ); 
    }
}
上一篇 下一篇

猜你喜欢

热点阅读