Android release with Splash problem (Upgrade to Expokit 33)

Issue with SDK 33 on Android ejected App. It works well in iOS and Android development mode. When I change the build variant to release. It will flashing multiple time and hang on the loading screen.

Environment
Expo CLI 3.0.4 environment info:
System:
OS: macOS 10.14
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.16.0 - ~/.nvm/versions/node/v10.16.0/bin/node
Yarn: 1.7.0 - /usr/local/bin/yarn
npm: 6.9.0 - ~/.nvm/versions/node/v10.16.0/bin/npm
Watchman: 4.7.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.3 AI-182.5107.16.33.5314842
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
expo: ^33.0.4 => 33.0.7
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8
react-navigation: 1.0.0-beta.27 => 1.0.0-beta.27
npmGlobalPackages:
expo-cli: 3.0.4

I came here to post the same issue. I’m getting the same errors and I have literally the same screenshot.

I upgraded from Expokit 31 → 33.

Have you already done an expo publish to your Android release channel?

I did, yes.

Yes. I have published already
If not yet published, the bundle cannot be loaded successfully.
“Uncaught Error: Could not load app”

Could you try clearing the app cache, and clearing the packager cache before publishing/building?

I’ve ran expo publish -c already and I still had the same issue.

I’ve upgraded to the latest version of Expokit (34) and it seems to be fixed.

The same. Clearning the app cache is not working.

Okay. I will try to upgrade to Expokit34

I upgraded to expokit 34 and republish it.
It is working now.

1 Like