zoontek / react-native-bootsplash

🚀 Show a splash screen during app startup. Hide it when you are ready.
MIT License
3.73k stars 257 forks source link

Background image support #652

Closed LuizFelipe16 closed 1 week ago

LuizFelipe16 commented 1 week ago

Why it is needed?

Hi, and thanks for the great work on react-native-bootsplash! I would like to request a new feature that allows setting a background image for the splash screen directly through the library, rather than just a background color.

Problem Statement Currently, react-native-bootsplash supports setting a background color and displaying an app icon, which works well for many cases. However, some apps require more visual customization, such as displaying a background image (e.g., a branded image or custom gradient) during the splash screen.

Possible implementation

No response

Code sample

No response