Skip to content

Commit afeb9d9

Browse files
authored
Update README.md
1 parent f2c8419 commit afeb9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple react-native module which allows you to open default navigation app(**I
2020
|--|--|--|--|
2121
|startPoint| Object | false | Start point for directions, if this prop is null the start point is device location.
2222
|endPoint| Object |true| This is the end position and this prop cannot be empty.
23-
|transportType|String|true| Available values: d => (by car), w => (by foot), r => (by public transit). If you don’t specify any value, Maps uses the user’s preferred transport type or the previous setting.
23+
|transportType|String|true| Available values: d => (by car), w => (by foot), r => (by public transit) or b => (biking). If you don’t specify any value, Maps uses the user’s preferred transport type or the previous setting.
2424

2525
**Example:**
2626

0 commit comments

Comments
 (0)