Looks like https://github.com/facebook/react-native/pull/18995 breaks the global window.require usage, so context menu will be broken with related modules.
Here is the expected solution for update RNDebugger:
Object.getPrototypeOf(__fbBatchedBridge).constructor insteadreact-devtools have been removed the backward compatiblewindow.require(1), 1 is the ReactNative module id, but I'm yet to sure if some case will change the module idWe should also update the documentation.
Hey @jhen0409 nice work with this app, do you have any forecast to generate a new release?
@RodolfoSilva Yes, I've released it as v0.7.19.
Most helpful comment
@RodolfoSilva Yes, I've released it as
v0.7.19.