Standalone app 'hangs' on iOS splash screen

Hi, I updated my app to SDK 22 and implemented the new splash screen according to the docs.
In Expo, the splash screen works fine but when I run it as a standalone app from Testflight, the app shows the splash screen but doesn’t continue loading. Any ideas what might be causing this?

Solved. Was using View.propTypes.style in one of my components.

One of the breaking changes in SDK 22.

1 Like