Commit e92d1e1b by G

removed the safe area wrapper around the children props

parent 21bbd9d7
import SafeAreaViewTopLeftRightFull from "@components/containers/SafeAreaViewTopLeftRightFull";
import { images } from "@styles/Commons";
import { ImageBackground } from "react-native";
......@@ -10,7 +9,7 @@ const BackgroundDefault = ({ children }: Props) => {
source={require("../../../assets/background.png")}
style={images.background}
>
<SafeAreaViewTopLeftRightFull>{children}</SafeAreaViewTopLeftRightFull>
{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