Unable to resolve module AssetRegistry on Expo Snack

Hi, I try to run my code on Expo snack and I encounter this error :

Unable to resolve module 'module://AssetRegistry.js'
  Evaluating module://AssetRegistry.js

I also try to run my app on my phone with expo-cli and it’s work. The only place where I have this error is on the web page not on IOS or Android.

This is the content of my Package.json file :

"react-navigation": "^4.0.10",
    "react-native-screen": "0.0.1",
    "react-native-screens": "2.0.0-alpha.12",
    "react-navigation-stack": "^2.0.16",
    "react-native-reanimated": "~1.4.0",
    "react-native-gesture-handler": "~1.5.0",
    "react-native-safe-area-context": "0.6.0",
    "@react-native-community/masked-view": "0.1.5"

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.