Enforce Native Navigator creation on main thread #3467
Labels
Core
Work related to core navigation and integrations.
v2.x
Related to version 2.x.
workaround available
Milestone
NavNative Navigator calls callbacks on the thread that created it. It is most likely to be the main thread, but not guaranteed at the moment. There are several possible fixes 1 but the most flexible would be enforcing the creation of NavNative navigator on the main thread.
The best place to do this is in NativeHandlersFactory.
Footnotes
https://github.com/mapbox/mapbox-navigation-ios/pull/3432#discussion_r722127001 ↩
The text was updated successfully, but these errors were encountered: