-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splashscreen doesn't hide when upgraded to React Native 0.76 #658
Comments
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 |
Facing same problem.. |
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" In "react-native": "^0.76.1" 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. |
Same issue here. Just update to RN 0.76.3 and the app crash at the splash screen. |
I upgraded to React Native version 0.76.3.
|
have you tried this #637 (comment) ? I'm using RN 0.76.3 and its work fine at least on iOS. I don't know about Android because I still figure it out how to integrate with kotlin |
In my case, when i adding [RNSplashScreen show]; to my AppDelegate.mm file, then my app gets stuck on the splash screen in ios. This solution work for me as well. Thanks! |
Thanks @rukmanary , this solution is working for IOS. did you get any solution for android ? In android getting Cannot read property 'hide' of null |
react native > 0.7x.x
|
Facing same issue |
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:
- DriverKit 24.0
- iOS 18.0
- macOS 15.0
- tvOS 18.0
- visionOS 2.0
- watchOS 11.0
Android SDK: Not Found
IDEs:
Android Studio: 2023.2 AI-232.10300.40.2321.11668458
Xcode:
version: 16.0/16A242d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /usr/bin/javac
Ruby:
version: 2.7.6
path: /Users/phil/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.0.0-alpha.2
wanted: 15.0.0-alpha.2
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.0
wanted: 0.76.0
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: true
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.
The text was updated successfully, but these errors were encountered: