googlemaps / react-native-navigation-sdk

Apache License 2.0
17 stars 3 forks source link

fix: apply styling options for iOS navigation view #248

Closed jokerttu closed 1 week ago

jokerttu commented 1 week ago

Setting navigation view colors only works if the view has an active navigation session running. This PR modifies how map styling is controlled in the native iOS code. The styling data is now stored and applied to the navigation view after the navigation session is attached.

Fixes #246