-
### 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…
-
## An explanation of the issue
When utilizing a custom SVG path for a marker icon with the Marker component in @react-google-maps/api, there's a significant misalignment between the intended click lo…
-
### Module
- [ ] deck.gl-community/arrow-layers
- [ ] deck.gl-community/bing-maps
- [X] deck.gl-community/editable-layers
- [ ] deck.gl-community/experimental
- [ ] deck.gl-community/graph-layers
- […
-
### Summary
When new architecture enabled with
`[
"expo-build-properties",
{
"ios": {
"newArchEnabled": true
},
"android": {
"newArchEnabled": true
…
-
### Summary
When scrolling on my carousel it seems like animateToRegion after upgrading to react-native-maps 1.7.1 is flickering on google maps for iOS. If you slow down the video it seems like it sh…
-
### Issue Report
#### Summary
We are encountering an intermittent `TypeError` with the Map component in our application. The error appears to be related to the Google Maps API, specifically with t…
-
### Target Use Case
I am using `@vis.gl/react-google-maps` in a development environment to build and test features that require Google Maps integration. While the library works well, I believe the do…
ealch updated
2 months ago
-
### Introduction
Earlier I used to detect the env based like this
```
let isProduction = window.__DEV__ ? false : true;
```
problem is that isProduction is true on debug build I have g…
-
### Summary
Center View inside Map Overlay i'm trying to centre View inside React Native Map Overlay but with no Success
### Reproducible sample code
```TSX
…
-
I am using google-maps-react in my project.
The code to display map is as follows.
render() {
return (
{this.props.position &&
}
…