Skip to content

Commit

Permalink
feat: use Expensify style in map
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 21, 2023
1 parent a9b1cde commit 9fa23b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,7 @@ const CONST = {
},
STATUS_TEXT_MAX_LENGTH: 100,
SF_COORDINATES: [-122.4194, 37.7749],
MAPBOX_STYLE_URL: 'mapbox://styles/expensify/cllcoiqds00cs01r80kp34tmq',
NAVIGATION: {
TYPE: {
FORCED_UP: 'FORCED_UP',
Expand Down
1 change: 1 addition & 0 deletions src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
}}
style={styles.mapView}
waypoints={waypointMarkers}
styleURL={CONST.MAPBOX_STYLE_URL}
/>
) : (
<View style={[styles.mapPendingView]}>
Expand Down

0 comments on commit 9fa23b0

Please sign in to comment.