Commit cd475280 by G

component that render the beasy logo

parent 1a8769d7
import Box from "@components/bases/Box";
import { images } from "@styles/Commons";
import { Image } from "react-native";
const BeasyLogoIcon = () => {
return (
<Box width={100} height={30}>
<Image source={require("../../assets/logo_beasy.png")} style={images.cover} />
</Box>
);
};
export default BeasyLogoIcon;
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