Commit 1aa489a2 by G

image to be contained inside the container

parent f16f089e
...@@ -4,7 +4,7 @@ import { Image } from "react-native"; ...@@ -4,7 +4,7 @@ import { Image } from "react-native";
const BeasyLogoIcon = () => { const BeasyLogoIcon = () => {
return ( return (
<Box width={100} height={30}> <Box width={100} height={30}>
<Image source={require("../../assets/logo_beasy.png")} style={images.cover} /> <Image source={require("../../assets/logo_beasy.png")} style={images.contain} />
</Box> </Box>
); );
}; };
......
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