Can you reload a React Native app from React Native Debugger?

Viewed 399

I've just switched from debugging my React Native app in the browser using the console to React Native Debugger. In the browser, there is a button to reload the app which is very useful and something that I need to do a lot. Now using React Native Debugger I can't find a way to reload the app which means I need to shake the device (very annoying).

I've searched the docs but can't find way of doing it.

Is there a way I'm missing?

1 Answers
Related