Commit 45b050ff by G

With this styles the background image should fill the container

parent 1c391f9c
...@@ -8,8 +8,7 @@ const BackgroundDefault = ({ children }: Props) => { ...@@ -8,8 +8,7 @@ const BackgroundDefault = ({ children }: Props) => {
<View style={containers.containerFull}> <View style={containers.containerFull}>
<ImageBackground <ImageBackground
source={require("../../../assets/beasy_default.png")} source={require("../../../assets/beasy_default.png")}
resizeMode="cover" style={images.background}
style={images.cover}
> >
{children} {children}
</ImageBackground> </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