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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Description
4
4
5
-
This repository contains a React Native plugin that provides a [Google Navigation](https://developers.google.com/maps/documentation/navigation)widget to React Native apps targeting Android and iOS.
5
+
This repository contains a React Native plugin that provides a [Google Navigation](https://developers.google.com/maps/documentation/navigation)component for building native Android and iOS apps using React.
6
6
7
7
> [!NOTE]
8
8
> This package is in Beta until it reaches version 1.0. According to [semantic versioning](https://semver.org/#spec-item-4), breaking changes may be introduced before 1.0.
@@ -29,11 +29,17 @@ This repository contains a React Native plugin that provides a [Google Navigatio
29
29
30
30
## Installation
31
31
32
-
1. To install the library run the following command from your project root:
32
+
This package is listed on NPM as [@googlemaps/react-native-navigation-sdk](https://www.npmjs.com/package/@googlemaps/react-native-navigation-sdk). Install it with:
0 commit comments