gpt4 book ai didi

react-native - 将 Overmind DevTools 与 React Native 结合使用

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

我无法使用 React Native 连接到 Overmind Devtools。我使用 Expo 并通过 LAN 上的 iPad 连接到它。

根据 this帖子,应该可以从任何地方连接到 Overmind Devtools,因为它是一个 Electron 应用程序,但我不知道如何。

在我的 iPad 上,我收到这条消息:

OVERMIND DEVTOOLS: Not able to connect. You are trying to connect to "localhost:3031", but there was no devtool there. Try the following:
- Make sure you are running the latest version of the devtools, using "npx overmind-devtools@latest" or install latest extension for VSCode
- Close the current tab and open a new one
- Make sure the correct port is configured in the devtools

这是有道理的,因为在 iPad 的本地主机上肯定没有运行 Overmind Devtools,但我不知道如何连接它。

非常感谢任何帮助!

最佳答案

您可以将配置传递给 createOvermind 并指定主机和端口,如下所示:

const overmind = createOvermind(config, { devtools: 'http://0.0.0.0:3031' })

relevant spot in docs

关于react-native - 将 Overmind DevTools 与 React Native 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58787980/

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