volga-volga / react-native-yamap

React Native Yandex Maps | Яндекс Карты | Yandex.MapKit implementation for react native | YandexMaps
144 stars 80 forks source link

Add `logoPadding` property + additional maintenance work #219

Closed justblender closed 1 year ago

justblender commented 1 year ago

This PR adds an ability to customize paddings for Yandex.Maps logo within the map view. This is particularly useful for UIs that extend the map edge-to-edge, which currently may cause the logo to overflow to rounded display corners or be placed inside of reserved screen area (notches, navigation bars, etc.).

YandexMapsMobile also had to be updated to the latest version (4.2.2) for this to work out.