UNPKG

expo-splash-screen

Version:

Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.

37 lines (36 loc) 815 B
{ "$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json", "products": [ { "name": "ExpoSplashScreen", "podName": "ExpoSplashScreen", "platforms": [ "iOS(.v15)" ], "externalDependencies": [ "ReactNativeDependencies", "React", "Hermes", "expo-modules-core/ExpoModulesCore" ], "targets": [ { "type": "swift", "name": "ExpoSplashScreen", "path": "ios", "pattern": "*.swift", "dependencies": [ "Hermes", "React", "ReactNativeDependencies", "expo-modules-core/ExpoModulesCore" ], "linkedFrameworks": [ "Foundation", "UIKit" ] } ] } ] }