Published (Updated) Expo App: Module AppRegistry is not a registered callable module

Hey Expo,

I updated one of my expo apps today and received this message:
Module AppRegistry is not a registered callable module (calling runApplication)

Its working fine on both Simulator / Device in dev mode.

Thanks!

Interesting! Sorry about that. Can you paste your app.json and package.json?

1 Like

Also, I’m remembering now that this error usually happens when there’s an error before your initial render – maybe try commenting out whatever code goes into your first screen and add things back in until it’s fixed?

1 Like

Hey Adam!

I published a version with just a View and Text and it still failed :frowning:

I am trying to work with my 1st ejected app - was stuck at same place.

I deleted my derived data folder and everything seems to be working now.

1 hour w/ an ejected app makes me realize how much I like Expo.

1 Like

Were you able to fix this? I seem to be having a similar issue…only happens when in prod mode, and it’s after I updated to 22.

@tekk this solution may be helpful: [Solved] Published App v22: Module AppRegistry is not a registered callable module