我按照React Native 入门中的步骤操作,但无法运行应用程序。当我跑步时cd /Users/brandonsmac/SysDevMobileApps/ReactNative/AwesomeApp" && npx react-native run-ios
它会说已成功构建,但当我查看屏幕时,它显示“捆绑包 URL 丢失”
I notice there is the following post that I tried react-native No bundle URL present and I still get the error.
Also, I can show what happens when I run it with the expo but that fails as well.
Can someone please help me?