diff --git a/src/components/map/WebViewMap.tsx b/src/components/map/WebViewMap.tsx index f76e03452..4b632a74f 100644 --- a/src/components/map/WebViewMap.tsx +++ b/src/components/map/WebViewMap.tsx @@ -1,6 +1,6 @@ /* eslint-disable react-native/no-color-literals */ import React, { useCallback } from 'react'; -import { StyleProp, StyleSheet, View, ViewStyle } from 'react-native'; +import { Dimensions, StyleProp, View, ViewStyle } from 'react-native'; import { MapMarker, WebViewLeaflet, WebviewLeafletMessage } from 'react-native-webview-leaflet'; type Props = { @@ -29,7 +29,7 @@ export const WebViewMap = ({ ); return ( - +