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

前端 未结 7 932
南笙
南笙 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:25

    As i have faced same problem and above points didn't work for me. i got it worked by doing these steps.

    • Go to xcode-> your project-> info.plist
    • In "App Transport Security settings" make "Allow Arbitrary Loads" Yes.

    it should fix this issue.

提交回复
热议问题