sửa lỗi image
This commit is contained in:
@@ -5,9 +5,8 @@ import { usePort } from "@/state/use-ports";
|
||||
import { useShipTypes } from "@/state/use-ship-types";
|
||||
import { Ionicons } from "@expo/vector-icons";
|
||||
import { fromByteArray } from "base64-js";
|
||||
import { Image } from "expo-image";
|
||||
import { useEffect, useState } from "react";
|
||||
import { StyleSheet, Text, TouchableOpacity, View } from "react-native";
|
||||
import { Image, StyleSheet, Text, TouchableOpacity, View } from "react-native";
|
||||
interface ShipCardProps {
|
||||
ship: Model.Ship;
|
||||
onPress?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user