shouldShowDevMenuOrReload

open fun shouldShowDevMenuOrReload(keyCode: Int, event: KeyEvent): Boolean

Handles delegating the onKeyUp method to determine whether the application should show the developer menu or should reload the React Application.

Return

true if we consume the event and either shoed the develop menu or reloaded the application.