-
### Summary
The map overlay feature is currently not functioning as expected on iOS devices when using React Native Maps. The overlay, which should be visible and interactive, fails to render properl…
-
### Description
Every other prop seems to be binding properly, except collision behaviour.
Bizarre.
### Steps to Reproduce
Here's the codesandbox demonstrating the problem: https://codesandbox.…
-
Recently i updated the tagetSdkversion of my Project to 34 to meet play console policy, but I got this crash in Firebase
```
Fatal Exception: java.lang.SecurityException: com.MyAppName.app: One …
-
I am using google-maps-react in my project.
The code to display map is as follows.
render() {
return (
{this.props.position &&
}
…
-
For some reason when I tried to start a new project and run the npx command, i had met this issue. I tried to google this reason but no avail. It says issues with git so I tried to log in on terminal…
-
## 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…
-
I’ve been working on this project for a while, and after upgrading from Xcode 14 to Xcode 15 and updating from macOS Ventura to macOS Sonoma, I am encountering an issue where the project no longer bui…
-
### Brief bug description
google-maps-react is not supported in React 17
### Repro steps
1. Remove node_modules and package-lock.json
2. Run `npm i`
Error:
```plain
ERESOLVE overridin…
-
**What happened**:
When using JSON keys to allow external-dns' client for the GCP APIs to manage DNS entries, and swapping out the JSON key for another one at runtime, the provider does not re-read…
-
## アプリケーション全体で認証状態を共有できるよう設定
- `SessionProvider` は NextAuthが提供する認証コンテキストプロバイダー
- 以下のような機能を提供します:
- ログイン状態の管理
- セッション情報へのアクセス
- 認証状態の自動更新
### `components/providers/auth-provider.tsx`
```…