diff --git a/javascript/components/MapView.tsx b/javascript/components/MapView.tsx index a2735ec1e..43fbbd46e 100644 --- a/javascript/components/MapView.tsx +++ b/javascript/components/MapView.tsx @@ -812,7 +812,7 @@ const MapView = memo( surfaceView, regionWillChangeDebounceTime, regionDidChangeDebounceTime, - contentInsetValue, + contentInset: contentInsetValue, style: styles.matchParent, }; }, [ @@ -825,7 +825,6 @@ const MapView = memo( surfaceView, regionWillChangeDebounceTime, regionDidChangeDebounceTime, - contentInsetValue, props, contentInsetValue, ]);