React Native using pre-bundled file on device, even if DEV-mode

前端 未结 7 980
南笙
南笙 2020-12-30 20:05

A few days ago, when I build and run my react native app from Xcode on a device, I realised that even if I set my scheme to Debug, the app is still loading from a pre-bundle

7条回答
  •  情歌与酒
    2020-12-30 20:38

    in my case it was a (for react native) unexpected networksetting, so it grepped the wrong ip.

    Check the Build report if your ip is correctly detected

    react native docs

提交回复
热议问题