I have seen already a number of border cases and strange developer interface.
From the \"shake your device\", which is really impractical, specially with a tablet
I add a simple absolutely positioned button and this onClick handler to it
imoprt { NativeModules } from 'react-native'; ... onMenuButtonClick(){ NativeModules.DevMenu.show(); }