expo-splash-screen
Version:
Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.
17 lines (16 loc) • 431 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["SplashScreenModule"],
"appDelegateSubscribers": ["SplashScreenAppDelegateSubscriber"]
},
"android": {
"modules": ["expo.modules.splashscreen.SplashScreenModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.splashscreen",
"version": "55.0.19",
"repository": "local-maven-repo"
}
}
}