Results 7 comments of two3d

To get around this, add a slight zoom when you position the map view after deleting an annotation. (or decrease it if you just added it, so that you don't...

I have the same problem, sometimes up to 4 identical markers are created for the same ‘feature’. The HTML code can become large and slow down the map. JS file...

I see that the version returned by the command: “npm @rnmapbox/maps -v” is **11.0.0**. My package.json shows **10.1.33** Perhaps this has something to do with the error?

> No that shows your npm version, not your rnmapbox. You can use `npm list @rnmapbox/maps` to see rnmapbox version. Anyway, I am having the same issue. Appeared after enabling...

I'm hiding the errors for now: > import {LogBox} from "react-native"; > > LogBox.ignoreLogs([ > //Mapbox errors > 'Mapbox [error] ViewTagResolver | view:' > ]);

> Anyone know how to fix this issue? > > ``` > import { LogBox } from 'react-native'; > LogBox.ignoreLogs(['ViewTagResolver']); > ``` > > dont help Is not this `ViewTagResolver`...