gpt4 book ai didi

react-native - react-native 可以远程加载一个js文件吗?

转载 作者:行者123 更新时间:2023-12-04 04:50:46 29 4
gpt4 key购买 nike

在Facebook的官方例子中,它说

NSURL *jsCodeLocation;

/**
* Loading JavaScript code - uncomment the one you want.
*
* OPTION 1
* Load from development server. Start the server from the repository root:
*
* $ npm start
*
* To run on device, change `localhost` to the IP address of your computer
* (you can get this by typing `ifconfig` into the terminal and selecting the
* `inet` value under `en0:`) and make sure your computer and iOS device are
* on the same Wi-Fi network.
*/

jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];

我的问题是我可以远程使用 js 文件,例如“http://www.example.com/index.ios.bundle ”吗?

我收到错误消息在此服务器上找不到请求的 URL/index.ios.bundle。

最佳答案

是的,react-native可以远程加载一个js文件。

您应该将捆绑的 js 文件上传到您的服务器并更改 jsCodeLocation 变量。

关于react-native - react-native 可以远程加载一个js文件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30188965/

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