react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Is there any way to use local image as background instead of color

Open Kadir-prog opened this issue 1 year ago • 2 comments

Hello there, i want to ask i want to use local image into an splash screen background instead of color so how can i do that thanks

Kadir-prog avatar Jul 14 '22 04:07 Kadir-prog

on ios you can modify directly the storyboard with Xcode, and modify the layout for android in Android Studio

KiwipDev avatar Sep 20 '22 15:09 KiwipDev

you can do it by creating custom drawable For ex: splash_background.xml

custom_splash_background.xml

and in theme.xml or styles.xml file add this

chirag-sps avatar Oct 15 '22 13:10 chirag-sps