当前位置:  开发笔记 > 编程语言 > 正文

反应原生iframe

如何解决《反应原生iframe》经验,为你挑选了1个好方法。

您好,我正在使用React Native为学校项目开发应用程序,但一直无法使iframe正常工作。我一直在努力的代码如下。

import React, { Component } from 'react';
import {
  StyleSheet,
  Text,
  View,
  DeviceEventEmitter,
  StatusBar,
  DrawerNavigator,
  Button,
  WebView,
} from 'react-native';
import Iframe from 'react-iframe'

var s = require('./style');


const VideoPage = (props)  => {
const { navigate } = props.navigation;
return (
  

  



  
    Welcome the video tutorial page!