Splash image not showing after upgrade from SDK 34 to 35

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android

Recently upgraded to SDK 35. I’ve noticed that our splash image is no longer showing on load, just a blank screen with the background color. Curious if this is a known issue and/or if there’s a known fix.

The only change we made to app.json is the androidExpoViewUrl:

“detach”: {
“androidExpoViewUrl”: “https://s3.amazonaws.com/exp-exponent-view-code/android-v2.13.0-sdk35.0.0-b816b7af-88da-4ca9-87a5-7438f0c21b6e.tar.gz

Hey @sgladney, unfortunately we no longer provide support for SDK35 or older. Is there something in particular that is prevent you from upgrading to a newer, supporter SDK version?

Cheers,
Adam

I upgraded to SDK 36 with no issue. However, after upgrading to SDK 37, the app hard crashes immediately upon launching and I’m not very clear on how to determine the cause. I didn’t change any JS in between SDK upgrades.

PS - This is an ejected app

@adamjnav We were able to upgrade to SDK 39 by initializing a new project, copying over the src folder and installing dependencies. :smiley:

PS - I feel like an idiot for not trying that sooner

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