Expo SDK 45 Beta-8 [ios] splash screen stopped working in bare workflow
See original GitHub issueSummary
On iOS SDK 45 the native splash screen stopped working and I only see a black background. I also receive a warning in the bundler: WARN No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first.
I have followed the docs for expo-splash-screen and have confirmed that it’s registered as the LaunchScreen in Xcode. I’m wondering if this might be related to replacing AppDelegate.m with Appdelegate.mm.
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
iOS
SDK Version (managed workflow only)
No response
Environment
expo-env-info 1.0.3 environment info:
System:
OS: macOS 12.3.1
Shell: 3.3.0 - /usr/local/bin/fish
Binaries:
Node: 16.4.2 - ~/.nvm/versions/node/v16.4.2/bin/node
Yarn: 1.22.18 - ~/.yarn/bin/yarn
npm: 8.7.0 - ~/.nvm/versions/node/v16.4.2/bin/npm
Watchman: 2022.03.21.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /Users/admin/.rvm/gems/ruby-2.7.4/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK:
API Levels: 26, 27, 28, 29, 30, 31
Build Tools: 27.0.3, 28.0.0, 28.0.3, 29.0.2, 29.0.3, 30.0.0, 30.0.2, 30.0.3, 31.0.0
System Images: android-26 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google Play Intel x86 Atom
IDEs:
Xcode: 13.3.1/13E500a - /usr/bin/xcodebuild
npmPackages:
babel-preset-expo: ~9.1.0 => 9.1.0
expo: 45.0.0-beta.8 => 45.0.0-beta.8
react: 17.0.2 => 17.0.2
react-native: 0.68.1 => 0.68.1
npmGlobalPackages:
expo-cli: 5.4.3
Expo Workflow: bare
Reproducible demo
N/A for now
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
App is stuck on Splash screen - Expo Development Tools
The older version(March 18 2022) of the app is working as expected. ... The app works fine locally on expo go app and...
Read more >react native - Stuck splash screen after update expo SDK to 45
Since I updated expo sdk to 45 I can no longer access the apk I'm sure it's a version story of one of...
Read more >ios bundling failed expo | The AI Search Engine You Control
I trying to build an application that enables the user to log in using the phone number I have an error "iOS Bundling...
Read more >Untitled
Decomposition reaction problems, Wimpy breakfast special, ... 45 acp pistol review, Dovanoja meino meskenu kaciukai, Ios 7 beta 8 download link!
Read more >Mobile App Development with Ionic, Revised Edition
The default icons and splash screens for both iOS and Android are included. ... when working with emulators during our Ionic 1 development...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
it’s under the upgrade instructions for bare workflow projects in the final (soon to be released) release notes:
@brentvatne might want to throw it on the breaking changes for the release as that’s where I hit this. Thanks! closing.