Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React native 如何在没有internet的情况下调试react本机应用程序?_React Native - Fatal编程技术网

React native 如何在没有internet的情况下调试react本机应用程序?

React native 如何在没有internet的情况下调试react本机应用程序?,react-native,React Native,据我所知,构建React Native项目必须启动节点服务器 我想用我的应用程序创建脱机模式 如何实现这一点?目前,如果您想脱机运行应用程序,可以通过设置来解决。但是如果您想调试,目前还没有为脱机调试开发的模块 当前可用于调试。但是你必须有互联网连接。谢谢你的回复,我知道我可以在发布模式下运行我的应用程序来测试离线模式。但我只想知道在离线环境下调试是否可行。再次感谢。

据我所知,构建
React Native
项目必须启动
节点服务器

我想用我的应用程序创建
脱机模式


如何实现这一点?

目前,如果您想脱机运行应用程序,可以通过设置来解决。但是如果您想调试,目前还没有为脱机调试开发的模块


当前可用于调试。但是你必须有互联网连接。

谢谢你的回复,我知道我可以在发布模式下运行我的应用程序来测试离线模式。但我只想知道在离线环境下调试是否可行。再次感谢。