Nazar Shcherbiak
Nazar Shcherbiak
I used rnmapbox lib to switch between v9 and v10 to compare performance. If this is acceptable to you, I can tune a fork and share it?
Hey, just updated my fork with the example test app inside. Here is a [guide](https://github.com/snazarkoo/maps/blob/fork-for-mapbox-team/example/README_FOR_MAPBOX_TEAM.md) how to setup everything. Hope it will be helpful
@kiryldz Exactly, it happens when the style is switching. However, we use rnmapbox, so there is no way to provide a good example
Thanks for the responses @kiryldz @mfazekas. After diving deeper into what the source/layer causes the issues on our app, I found a way to reproduce in rnmabox test app. Created...
@mfazekas It always reproduces even with `existing` property. The problem is the next: once the new styles are applied, all features will be removed from map including "existing", but the...
Correct, I use the latest version and your component
Please check the steps to reproduce, the main point here was to go to offline mode. But before it, you need to clear the map data. You can go to...
Sounds good. Also, I'm wondering if this technique can be useful for the next case: > Fast switching between dark and satellite mode (can't reproduce it in Example app). Our...
> > Looks like making the manager optional and adding guards when extracting it, solves the problem > > Not solves just hides the issue. Without view tag resolver we...
@mfazekas If we move out viewWaiters from catch and handle it in try block. Do you think it might work for all cases? ``` fun withViewResolved(viewTag: Int, reject: Promise? =...