Uncaught Error: Module AppRegistry is not a registered callable module

Hi, i have a app, in a simulator of iphone in mac work fine, but when i see the app published in expo in a android mobile i receive the error

Uncaught Error: Module AppRegistry is not a registered callable module

I just see the splash but the next page is a blue expo page :frowning:

Hi! What happens if you turn development mode off when running locally? Have you been able to test with Genymotion or an Android device in development?

Locally work fine in the mac xcode simulator, the problem is when try use a android using the app expo

What happens if you delete node_modules and reinstall your dependencies?

I try it but dont work :frowning:

nobody? i reinstall, clear cache and drink many coffees and nothing work :frowning:

hey, sorry about the annoying issue. does the app runs correctly in an android emulator when in debug mode? if so then there is probably some issue that only surfaces in production mode. Could you share your app code and I could take a look?

another quick thing you should try is to delete the node_modules/ folder again, but before installing, switch to npm 4.6.1 (if not already on it) and try yarn install instead of npm install. Not sure if it will do the trick but has worked for some people

Anyone figure this out.

Did you fix this issue?