We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7214 commit 93ac957Copy full SHA for 93ac957
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-apple-mapkit-directions",
3
"version": "0.2.0",
4
- "description": "test",
+ "description": "React Native wrapper for Apple MapKit Directions",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
7
"types": "lib/typescript/index.d.ts",
@@ -38,7 +38,11 @@
38
"keywords": [
39
"react-native",
40
"ios",
41
- "android"
+ "android",
42
+ "Apple",
43
+ "MapKit",
44
+ "directions",
45
+ "react-native-maps"
46
],
47
"repository": "https://github.com/Splicer97/react-native-apple-mapkit-directions",
48
"author": "Splicer97 <[email protected]> (https://github.com/Splicer97)",
0 commit comments