Skip to content

Commit ffc1c3c

Browse files
committed
fix: readme
1 parent a4c6a70 commit ffc1c3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
React Native wrapper for Apple MapKit Directions.
44
You can get distance, expectedTravelTime, name, advisoryNotices or coordinates.
5+
Work ONLY for IOS!
56

67
## Installation
78

@@ -24,7 +25,10 @@ cd ios && pod install
2425
## Usage
2526

2627
```js
27-
import { getAppleMapKitDirections } from 'react-native-apple-mapkit-directions';
28+
import {
29+
getAppleMapKitDirections,
30+
MapKitTransit,
31+
} from 'react-native-apple-mapkit-directions';
2832

2933
// ...
3034
const origin = {

0 commit comments

Comments
 (0)