Expo react native web rendering giving the following error message, any ideas? thanks

Uncaught Error: Cannot find module 'react-native/Libraries/Image/AssetRegistry'
    at webpackMissingModule (index.tsx:27:1)
    at ./node_modules/expo-asset/build/Asset.js (index.tsx:27:1)
    at __webpack_require__ (bootstrap:24:1)
    at fn (hot module replacement:62:1)
    at ./node_modules/expo-font/build/FontLoader.web.js (FontHooks.ts:35:1)
    at __webpack_require__ (bootstrap:24:1)
    at fn (hot module replacement:62:1)
    at ./node_modules/expo-font/build/Font.js (ExpoFontLoader.web.ts:143:1)
    at __webpack_require__ (bootstrap:24:1)
    at fn (hot module replacement:62:1)

I am trying to render the app in the web browser via this command npx expo start:web

  • We will need more info if you want us to help you. package.json versions, the code that fails, what you want to achieve, etc.

    – 

Leave a Comment