Open plindsay opened 3 weeks ago
getting same issue, once the app is run i can not see the spalsh screen even it is not hiding too!
getting same issue, once the app is run i can not see the spalsh screen even it is not hiding too!
Been trying to debug this - for me I don't think my App.js is even being loaded (console logs don't appear), so it's not even reaching the code to hide the SplashScreen. So this may not be a problem with SplashScreen at all...
The splash showing black #000
screen after launch, we can hide it forcefully from app.js, but the concern is splash screen showing black screen, don't know whyy !! Please make a do changes with for support of RN 0.76.1 !!
Facing same problem..
@StevePotter Same issue on uploaded app but in release apk cannot show double splash just show on uploaded app
The same.. Is there any decision?
Yes for me facing crash in dev and release mode
For React native version "react-native": "^0.75.1" Xcode Version 16.0 Mac os version 15.1 Build got crashed after the splash screen in testflight
In "react-native": "^0.76.1" Facing crash both dev and release mode after the splash screen
any one find the solution
I had the same issue. In my case, it was about an error on my another library which it did not throw any exception. Just kept me waiting on splash screen.
In my case, wrongly imported SQLite functions was the main culprit. Turns out there was nothing wrong with my splash screen. I suggest you to put console.logs step by step to see your side of problems.
Run
react-native info
in your project and share the content.System: OS: macOS 15.0.1 CPU: (10) arm64 Apple M2 Pro Memory: 96.77 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.6.1 path: ~/.nvm/versions/node/v20.6.1/bin/node Yarn: version: 1.22.19 path: /opt/homebrew/bin/yarn npm: version: 9.8.1 path: ~/.nvm/versions/node/v20.6.1/bin/npm Watchman: version: 2024.05.06.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/phil/.rbenv/shims/pod SDKs: iOS SDK: Platforms:
What
react-native-splash-screen
version are you using?3.3.0
What platform does your issue occur on? (Android/iOS/Both)
iOS
Describe your issue as precisely as possible :
The app builds fine but just hangs on the splash screen.