Unable to resolve "expo-splash-screen"

Please provide the following:

  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

To migrate my app from SDK 45 to 48, I updated the package.json with appropriate versions for all the modules and yarn installed the modules fine. Launching the app with Expo Go, I see the app splash screen and then get the error screen with Unable to resolve “expo-splash-screen” although the node_modules does contain the latest version of “expo-splash-screen”.

npm list | grep splash
├── expo-splash-screen@0.18.1

Any suggestions to fix it would be greatly appreciated.

Thanks,
Hemant

Commenting out expo-splash-screen code, it had issues resolving the subsequent module. The modules are however, installed !

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