I have a problem with react-google-maps.
I created my own button for FullScreen toggle
I have tried but can't find the way to get rid of the default button. I tried to add this to my code, but it didn't work.
<GoogleMap
ref={(map) => console.log()}
defaultZoom={12}
defaultCenter={{ lat: this.state.lat, lng: this.state.lng }}
fullscreenControl={false}
>
Any help will be appreciated.
Cheers!
