Can only update react native on emulator, not physical device

前端 未结 2 1067
星月不相逢
星月不相逢 2021-01-22 07:02

I have an app working on a local emulator that is updating live and doing all the things it should be doing.

I also have a physical device connected via USB, and deployi

2条回答
  •  孤城傲影
    2021-01-22 07:40

    I tried this and it solved my problem.

    react-native start --reset-cache
    

    and then

    react-native run-android
    

提交回复
热议问题