Commit d8cf96f7 by G

change the background image

parent 8af4d785
......@@ -7,7 +7,7 @@ type Props = { children: React.ReactNode };
const BackgroundDefault = ({ children }: Props) => {
return (
<ImageBackground
source={require("../../../assets/beasy_default.png")}
source={require("../../../assets/background.png")}
style={images.background}
>
<SafeAreaViewTopLeftRightFull>{children}</SafeAreaViewTopLeftRightFull>
......
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