gpt4 book ai didi

ios - React Native - 设备上未加载 Webview 文件

转载 作者:行者123 更新时间:2023-12-01 16:24:17 25 4
gpt4 key购买 nike

我正在尝试在 iOS 设备上构建一个用于生产的 native 应用程序。

在这个项目中,我正在加载一个本地 html 页面。目前我正在使用 WebView 零件。

<WebView source={{require('./webapp/index.html')}}/>

下面是 webapp/index.html .
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
</head>
<body>
<h1>Hello World</h1>
<script src="js/script.js" type="text/javascript">
</script>
</body>
</html>

我正在按照此处列出的步骤进行生产: https://facebook.github.io/react-native/docs/running-on-device-ios.html#building-your-app-for-production (v0.34)

我怎样才能确定 index.html能够加载 js/script.js ?

最佳答案

很可能我们需要自己的服务器。我也在寻找这个,我也没有找到这个问题的任何相关答案。

关于ios - React Native - 设备上未加载 Webview 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39702445/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com