我正在使用 React Native 和 Expo,遵循 Expo 的入门教程之一。
我跑了:
npx create-expo-app StickerSmash --template blank
npx expo start
这对于网络和我的 Android studio 模拟器来说效果很好。
当我用我的 iPhone(与我的笔记本电脑位于同一个家庭 WiFi 网络上)扫描终端中的二维码时,expo 无法连接 - 它显示“这花费的时间比应有的时间长得多”。您可能想检查您的互联网连接。'
我没有成功:
StickerSmash> npx expo start --tunnel
Starting project at C:\Users\...\StickerSmash
Starting Metro Bundler
CommandError: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received null
Check the Ngrok status page for outages: https://status.ngrok.com/
我也尝试过:
很高兴看到该应用程序在我的 iPhone 上运行,但我真的不知道下一步该做什么。
遇到同样的问题。 你解决了吗?