logo
  • 教程列表
  • SO官方文檔
  • WebView
    • 使用 webview 的簡單元件
  1. StackOverflow 文件
  2. react-native 教程
  3. WebView
  4. 使用 webview 的簡單元件

使用 webview 的簡單元件

Created: November-22, 2018

import React, { Component } from 'react';
import { WebView } from 'react-native';

class MyWeb extends Component {
  render() {
    return (
      <WebView
        source={{uri: 'https://github.com/facebook/react-native'}}
        style={{marginTop: 20}}
       />
    );
  }
}
  • WebView

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明