[ Package conformance ]
Device & Platform · >=3.0.0
react-native-splash-screen
package JS is just `export default NativeModules.SplashScreen`; the real package runs from the bundle against the SplashScreen native seam. hide() snap-hides the peach canvas boot splash (mirrors ios/RNSplashScreen.m removeFromSuperview, no fade); show() returns immediately without re-showing, exactly as the booted-app native path where `waiting` is already false.100%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (3)
hide() (snap-hides the canvas splash)show() (no-op in a booted appfaithful)
Missing—