upload 04/08
This commit is contained in:
@@ -24,7 +24,6 @@ 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<NavigationProp<any>>();
|
||||
@@ -192,7 +191,6 @@ const ProductDetail = () => {
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</View>
|
||||
<Footer navigation={navigation} />
|
||||
</ScrollView>
|
||||
</AppLayout>
|
||||
);
|
||||
@@ -358,7 +356,7 @@ const styles = StyleSheet.create({
|
||||
flexDirection: "row",
|
||||
flexWrap: "wrap",
|
||||
gap: 5,
|
||||
marginLeft: 7,
|
||||
marginTop: 10,
|
||||
marginLeft: 7,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user