-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Fix(iOS:Splash): Harness app splash screen #1543
Conversation
Based on crazycodeboy/react-native-splash-screen#610 (comment) It seems to work now when no metro server gets found, but the problem is that it does not work in any other case...
… to be set in Xcode" This reverts commit 1312e3c.
splash screen (black screen) appears when app is open, but if I click "Show SplashScreen" -> nothing happens RPReplay_Final1715673574.mov |
That could be because of this - crazycodeboy/react-native-splash-screen#610 . We already use the solution listed in the comments, so if it does not work, then this means it is a package issue. Should I remove the test case for now because of it? |
Splash screen on ios device works when app is loading but doesn't work when test case on app-harness is clicked |
Description
Related issues
Screenshots
Edit (7th May), as of now screen still appears black, but if the build fails screen is no longer just white, correct splash is shown...