@teknyo/react-native-splash-generator
Version:
Automatically generate splash screens for React Native projects across iOS, Android, and Web platforms with support for dark mode, branding, and custom configurations.
16 lines (15 loc) • 382 B
JavaScript
module.exports = {
// This is required for autolinking
dependency: {
platforms: {
android: {
sourceDir: './android',
packageImportPath: 'import com.teknyo.splashscreen.SplashScreenPackage;',
packageInstance: 'new SplashScreenPackage()',
},
ios: {
podspecPath: './react-native-splash-screen.podspec',
},
},
},
};