You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A simple react-native module which allows you to open default navigation app(**I
20
20
|--|--|--|--|
21
21
|startPoint| Object | false | Start point for directions, if this prop is null the start point is device location.
22
22
|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.
0 commit comments