Debugging options missing in Developer menu [Solved]

I’ve been trying to run packager from both XDE and exp, and in neither case I can see debugging options in the Developer menu. In particular, I’m missing an option to hot reload and debug remotely. When I save a project file, the whole app rebuilds, as if “Live Reload” was turned on.

Packager options:
“lanType”:“ip”,
“strict”:false,
“minify”:false,
“urlRandomness”:“b8-hyd”,
“hostType”:“localhost”,
“urlType”:“exp”,
“dev”:true

Screenshot:

Does anyone have this issue as well? Any tips on how to fix it?

Thank you in advance, Adam

1 Like

It seems to have been related to improper manual Expo upgrading. I’ve just initialized a brand new project, copied source files, and the Developer menu now has all the expected actions.

Glad you solved this!