-
# Google Maps + React Hooks
Google Maps + React Hooks
[https://publiuslogic.com/blog/react-hooks-modal/](https://publiuslogic.com/blog/react-hooks-modal/)
-
### Summary
When i move zoom out/in, i want to markers change their sizes, it can be a multiple states, based on other parameters, but for us right now it just a zoom level.
But i face to perfor…
-
## Please provide an explanation of the issue
I have this component but the map is not loaded correctly, can someone help to figure out what is happened?
```
import { useCallback, useMemo, useRef…
-
### Summary
When i give a marker a custom style (without backgroundColor), a No style View appears in the upper left corner of the MapView, similar to the size of that marker's style.
### Reprod…
-
The [react-google-maps](https://www.npmjs.com/package/react-google-maps) that we're currently using hasn't been updated for two years, and at this point is still using some deprecated react apis.
A…
-
### Description
Refused to load the script 'https://maps.googleapis.com/maps/api/js?key=secret&language=en-US&solution_channel=GMP_visgl_rgmlibrary_v1_default&loading=async&callback=__googleMapsCallb…
-
### Description
After installing the react-google-maps package we started getting the following error:
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be enco…
-
### Summary
Can not add the markers to the MapView. I am using React Native Map 1.20.0.
### Reproducible sample code
```TSX
import MapView, {Marker} from 'react-native-maps';
…
-
ReferenceError: require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because it has a '.js' file extension and 'node_modules/@react-google-…
-
@tomchentw
Hello
I want to update google map langauge when page language changes using button click.
Every thing works fine and components re render but lnagugae does nit chnage.
or any other way…