DevSettings.addMenuItem() in DevMenu on Expo Client

Is there any way to add a button to the DevMenu in the Expo Client? There is the DevSettings in ReactNative but the addMenuItem() function does not work. DevSettings.reload() instead works. Did Expo implement something like this or could you @expo?

Hey @mydartcoach, this is not possible with the Expo client from the App Store/Play Store. If you’re targeting iOS, you could create a custom client: Custom Expo Go builds - Expo Documentation and do your customization with that.

Another possibility would be to create a branch in your project and eject to the Bare workflow and add your menu item there.

Cheers,
Adam