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

前端 未结 7 1592
忘了有多久
忘了有多久 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.

提交回复
热议问题