adrianhajdin / aora

Build your first mobile application

Home Page:https://jsmastery.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render Error Module "23" is missing

jmoonk12 opened this issue · comments

Getting Render Error with Expo v51
Module "23" is missing from the asset registry

Can you elaborate more so you are using expo 51 provide screenshot

I am also getting the same error using expo 51.

` ERROR Error: Module "23" is missing from the asset registry

This error is located at:
in RootLayout
in Unknown (created by Route())
in Suspense (created by Route())
in Route (created by Route())
in Route() (created by ContextNavigator)
in RNCSafeAreaProvider (created by SafeAreaProvider)
in SafeAreaProvider (created by wrapper)
in wrapper (created by ContextNavigator)
in EnsureSingleNavigator
in BaseNavigationContainer
in ThemeProvider
in NavigationContainerInner (created by ContextNavigator)
in ContextNavigator (created by ExpoRoot)
in ExpoRoot (created by App)
in App (created by ErrorOverlay)
in ErrorToastContainer (created by ErrorOverlay)
in ErrorOverlay (created by withDevTools(ErrorOverlay))
in withDevTools(ErrorOverlay)
in RCTView (created by View)
in View (created by AppContainer)
in RCTView (created by View)
in View (created by AppContainer)
in AppContainer
in main(RootComponent), js engine: hermes`

also getting this error

Try npx expo install --fix

i have the same error and the Dependencies are up to date

Same happened to me

this seems to be an issue with Expo 51 SDK itself expo/expo#29018