How to reload in the default Android emulator for react native app

前端 未结 7 1527
忘了有多久
忘了有多久 2020-12-23 20:00

I am using default Android emulator for running react native apps, I need to reload the app frequently, how do I do that?

And how can I set genymotion to set as defa

相关标签:
7条回答
  • 2020-12-23 20:35

    For android one can use CTRL + R
    For apple one can use R + R (two times R).

    For developers options:
    One can also use the Command⌘ + D keyboard shortcut when your app is running in the iPhone Simulator, or Command⌘ + M when running in an Android emulator.

    0 讨论(0)
提交回复
热议问题