alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

Debug menu doesn't show #25

Open markdaws opened 7 years ago

markdaws commented 7 years ago

Hi - thanks for creating this project. I have it all up and running, but I can't get the regular react native debug menu to show, pressing CMD+D or initiating the shake gesture doesn't launch the menu, the one where you can turn on Live Reload, turn on remote JS debugging.

Is there some way to make this appear? I want to be able to inspect elements and remote debug the react native view when it is loaded in the extension.

Thanks.

alinz commented 7 years ago

at the moment I don't have the solution. What I end up doing is launch the those views in regular react-native app and do the debugging there for UI and then boot it up in share part. Also you can look into this comment I made couple of weeks ago https://github.com/alinz/react-native-share-extension/issues/18#issuecomment-278023118

matejkriz commented 6 years ago

You could add JS reimplementation of dev menu like this one: https://github.com/matejkriz/react-native-today-widget/tree/master/lib/DevMenu