Commit 45b050ff by G

With this styles the background image should fill the container

parent 1c391f9c
......@@ -8,8 +8,7 @@ const BackgroundDefault = ({ children }: Props) => {
<View style={containers.containerFull}>
<ImageBackground
source={require("../../../assets/beasy_default.png")}
resizeMode="cover"
style={images.cover}
style={images.background}
>
{children}
</ImageBackground>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment