import React, { useState } from "react"; import { useNavigation, NavigationProp } from "@react-navigation/native"; import AppLayout from "@layouts/AppLayout"; import { View, Text, StyleSheet, Image, FlatList, TouchableOpacity, ScrollView, Dimensions, } from "react-native"; import { globalStyles } from "styles/globalStyles"; import { Ionicons } from "@expo/vector-icons"; import Feather from "@expo/vector-icons/Feather"; import Swiper from "react-native-swiper"; const { width } = Dimensions.get("window"); import ProductGallery from "@components/product/ProductGallery"; import SupplierList from "./SupplierList"; import ReviewSection from "./BoxReview"; import ProductInformation from "./ProductInformation"; import ProductSpecification from "./ProductSpecification"; import { products } from "../../data/product"; import ProductItem from "@components/product/ItemProduct"; import Footer from "@components/footer/Footer"; const ProductDetail = () => { const navigation = useNavigation>(); return ( {/* Breadcrumb */} navigation.navigate("homepage" as never)} > Màn hình máy tính Laptop Gaming Asus TUF FX505GE-BQ037T Core i7-8750H/Win10(15.6" FHD) - Hàng Chính Hãng 5/5 120 12/03/2025 Chia sẻ Reviews trên: Internet - 1233 đánh giá | BestPC - 12003 đánh giá Giá: 9.000.000đ - 12.000.000đ icon store Có 12 cửa hàng bán • CPU: Intel Core i7-8750H (2.2GHz - 4.1GHz / 9MB / 6 nhân, 12 luồng) • Màn hình: 15.6" (1920 x 1080), không cảm ứng • RAM: 1 x 8GB DDR4 2666MHz • GPU: Intel UHD 630 / NVIDIA GTX 1050Ti 4GB • Lưu trữ: 128GB SSD M.2 NVMe / 1TB HDD • OS: Windows 10 Home SL 64-bit • Pin: 4 cell 64Wh, liền • Nặng: 2.5kg • Cổng: 1x USB 2.0,... Lưu sản phẩm lại xem sau {/* nhà cung cấp */} {/* đánh giá */} {/* mô tả sản phẩm */} {/* thông số sản phẩm */} {/* sản phẩm tương tự */} Sản phẩm tương tự {products.map((item) => ( ))} Xem tất cả {/* sản phẩm bạn thích */} Sản phẩm có thể bạn thích {products.map((item) => ( ))} Xem tất cả