react-native-htmlview

码农软件 · 软件分类 · 手机开发工具 · 2019-04-30 21:57:20

软件介绍

react-native-htmlview 是一个将 HTML 目录作为本地视图的控件,其风格可以定制。

应用示例:

代码示例:

var React = require('react-native')
var {Text, View, ListView} = Reactvar HTMLView = require('react-native-htmlview')
var ContentView = React.createClass({
  render() {    
    return (      
      var htmlContent = '<p><a href="">&hearts; nice job!</a></p>'
      <HTMLView
        value={htmlContent}
        onLinkPress={(url) => console.log('navigating to: ', url)}
        stylesheet={styles}
      />
    )
  }
})

本文地址:https://codercto.com/soft/d/4748.html

Traction: A Startup Guide to Getting Customers

Traction: A Startup Guide to Getting Customers

Gabriel Weinberg、Justin Mares / S-curves Publishing / 2014-8-25 / USD 14.99

Most startups end in failure. Almost every failed startup has a product. What failed startups don't have is traction -- real customer growth. This book introduces startup founders and employees to......一起来看看 《Traction: A Startup Guide to Getting Customers》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试