expo-app-loading ( SPLASH ERROR)

Mehmet Ali Yılgın
2 min readFeb 18, 2022

What’s error of page?

TypeError: undefined is not an object (evaluating ‘_expoModulesCore.NativeModulesProxy.ExpoSplashScreen’)

ERROR

I will explain how can you fix this problem .This problem usually arises because you are using the wrong version.

CHANGE IT:

  • expo-app-loading — expected version: 1.1.2 — actual version installed: 1.3.0
  • react-native-screens — expected version: ~3.4.0 — actual version installed: 3.10.1

I used the versions 1.1.2 and 3.4.0 in my package: “react-native-screens”: “^3.4.0” to “react-native-screens”: “3.4.0” “expo-app-loading”: “‘^1.1.2” to “expo-app-loading”: “1.1.2”

In conclusion, remove your node_modules, yarn.lock and package-lock.json.

Yarn install or npm install.

SOLVED PROBLEM. CUNGRATS!

Note that some software versions may not support it. It could even be from a comma. For this reason, please read the documents carefully and try to download the necessary libraries appropriately. If you compare with any problem. Please contact. (mehmetaliyilgin.com)

--

--