react native渲染html

import { WebView } from 'react-native-webview'
import { View } from 'react-native'


      <View style={style.mLoginCodeWrap}>
        <WebView
          originWhitelist={['*']}
          source={{ html: '<div style="font-size: 100px;color:red;">Hello world</div>' }}
        ></WebView>
      </View>


  mLoginCodeWrap: {height: 60, marginBottom: 20}

chatgpt免费入口

http://chat.xutongbao.top

posted @ 2023-05-19 16:37  徐同保  阅读(2)  评论(0编辑  收藏  举报  来源