deskripsi:
- fix page maps
- fix ViewWrapper : props styles di tambah
# No Issue
This commit is contained in:
2025-07-10 16:57:49 +08:00
parent c5798b3127
commit 6913e9e4b5
4 changed files with 18 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
// components/MapComponent.js
import React from "react";
import { StyleSheet, View } from "react-native";
import { DimensionValue, StyleSheet, View } from "react-native";
import MapView, { Marker } from "react-native-maps";
interface MapComponentProps {
@@ -9,7 +9,7 @@ interface MapComponentProps {
longitude?: number;
latitudeDelta?: number;
longitudeDelta?: number;
height?: number;
height?: DimensionValue;
}
const MapCustom = ({