Skip to content

Commit

Permalink
Update readme with new props
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Nov 12, 2024
1 parent 6195535 commit 6eec86e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ An array of road types and locations to exclude from the route. See the `exclude

The style of the Mapbox map. See [here](https://docs.mapbox.com/api/maps/styles/) for details.

#### `muted`

Whether the navigation audio is initially muted.

#### `onRouteProgressChanged`

Called when the user's progress on the route changes.
Expand Down Expand Up @@ -136,6 +140,10 @@ Called when the route changes or reroutes

Called when the user goes off route

#### `onRoutesLoaded`

Called when routes are finished loading.

## Running the example app

- Run `yarn` on the root directory
Expand Down

0 comments on commit 6eec86e

Please sign in to comment.