@complexify/expo-mapbox-navigation 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,8 +58,6 @@ class CustomDayStyle: StandardDayStyle {
58
58
  // Bottom banner text colors
59
59
  if let timeRemainingColor = customBottomBannerTimeRemainingTextColor {
60
60
  TimeRemainingLabel.appearance(for: traitCollection).textColor = timeRemainingColor
61
- TimeRemainingLabel.appearance(for: traitCollection).valueTextColor = timeRemainingColor
62
- TimeRemainingLabel.appearance(for: traitCollection).unitTextColor = timeRemainingColor
63
61
  }
64
62
  if let distanceRemainingColor = customBottomBannerDistanceRemainingTextColor {
65
63
  DistanceRemainingLabel.appearance(for: traitCollection).textColor = distanceRemainingColor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@complexify/expo-mapbox-navigation",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Expo module for Mapbox's Navigation SDK",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",