volga-volga / react-native-yamap

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

Remove userLocationAccuracyStroke #186

Closed anis-18 closed 2 years ago

anis-18 commented 2 years ago

Is there anyway to remove userLocationAccuracyStroke i tried to give him transparent as value and userLocationAccuracyStrokeWidth to 0 but the circle is still showing

ownikss commented 2 years ago

Give a few information please:

anis-18 commented 2 years ago

photo_5260731233158152769_y

for furthure information please look at the picture, there is a blue circle around user position icon (userLocationAccuracyStroke)

ch3rn1k commented 2 years ago

Well, I haven't tried that hacky way, but try this:

<YaMap
  userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"
/>
anis-18 commented 2 years ago
  userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"

this is not working

ch3rn1k commented 2 years ago
  userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"

this is not working

Will check later, mb will do something

Floreniano commented 2 years ago
  userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"

Это не работает

you can try this userLocationAccuracyFillColor="rgba(255, 255, 255, 0.1)"

ch3rn1k commented 2 years ago

@anisamirouche this one work for me fine, no border around:

userLocationAccuracyFillColor="rgba(0, 0, 0, 0)"
userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"
userLocationAccuracyStrokeWidth={10}
anis-18 commented 2 years ago
  userLocationAccuracyStrokeColor="rgba(0, 0, 0, 0)"

Это не работает

you can try this userLocationAccuracyFillColor="rgba(255, 255, 255, 0.1)"

It's working very good , thanks

anis-18 commented 2 years ago

Solution : userLocationAccuracyFillColor="rgba(255, 255, 255, 0.1)