Skip to content

Commit 9e29421

Browse files
authored
docs: add known issues section to README.md (#296)
1 parent 232732c commit 9e29421

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ By default, `NavigationView` uses all the available space provided to it. To adj
159159
/>
160160
```
161161

162+
## Known issues
163+
164+
### Compatibility with other libraries
165+
166+
This package uses the Google Maps [Navigation SDK](https://mapsplatform.google.com/maps-products/navigation-sdk/) for Android and iOS, which includes a dependency on the `Google Maps SDK`. If your project includes other React Native libraries with `Google Maps SDK` dependencies, you may encounter build errors due to version conflicts. To avoid this, it's recommended to avoid using multiple packages with Google Maps dependencies.
167+
168+
> [!NOTE]
169+
> This package provides a `MapView` component, which can be used as a classic Google Maps view without navigation. See [Add a map view](#add-a-map-view) for details.
170+
162171
## Contributing
163172

164173
See the [Contributing guide](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)