Procházet zdrojové kódy

Add logo component and image

YoATW9 před 1 rokem
rodič
revize
14bde46eb1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      component/global/logo.tsx

+ 2 - 2
component/global/logo.tsx

@@ -1,8 +1,8 @@
-import React from 'react';
+import React from "react";
 import { Image, View, StyleProp, ImageStyle, ViewStyle } from 'react-native';
 
 const Logo = () => {
-   const logoSource = require('../../assets/logo.png'); // Ensure the path is correct
+   const logoSource = require('../../assets/logo.png');
 
    const imageStyle: ImageStyle = {
      width: '100%',