We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80633bc commit 6c555b7Copy full SHA for 6c555b7
packages/maps/src/components/MapView.tsx
@@ -104,7 +104,7 @@ class MapView<T> extends React.Component<
104
provider={provider}
105
googleMapsApiKey={apiKey}
106
showsCompass={showsCompass}
107
- camera={camera}
+ initialCamera={camera}
108
loadingEnabled={loadingEnabled}
109
onRegionChangeComplete={(region) => {
110
onRegionChange?.(region);
0 commit comments