无法使用'in'运算符在9中搜索'method'

问题描述 投票:0回答:1
 const basic = require('../Html/index.html');
return (
  <ScrollView style={Styles.container}>
    <WebView source={require('../Html/index.html')} 
    style={{flex: 1}} 
      />
     </ScrollView>
     )

使用webView生成错误“无法使用9中的'in'运算符搜索9中的'方法',如果我给uri提供源使其运行,但是它只是显示一个空白屏幕,使用react-native-webview。

html css reactjs react-native react-native-webview
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.