Alexey Landyrev

Results 5 comments of Alexey Landyrev

I'm experiencing the same issue with Next.js project using Sentry on Amplify build environment. @lforst setting the `VERCEL` var to `1` didn't help, unfortunately.

Thanks, @adeelejaz! Setting `AMPLIFY_NEXTJS_EXPERIMENTAL_TRACE` to `true` helped

@sbma44 hi Tom! Unfortunately there is no fillTranslateTransition for the PointAnnotationManager Also, the style property of the PointAnnotationManager is private, so you're not able to do any transition properties

I wish I could make a PR with an iconTranslateTransition property, but I'm still waiting for the documentation on how to contribute to annotation managers here: https://github.com/mapbox/mapbox-maps-ios/issues/550

I've implemented (https://github.com/landyrev/mapbox-maps-ios/pull/1) proof-of-concept for annotation isDraggable property in my own iOS SDK fork ([here is demo](https://cln.sh/Z0mmlC)), but I had to modify generated code for Point Annotation Manager So, to...