We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d240a87 commit 00d3f65Copy full SHA for 00d3f65
README.md
@@ -5,19 +5,14 @@ React-native wrapper for android & IOS google maps sdk
5
## Installation
6
7
```sh
8
-npm install react-native-google-maps-plus react-native-nitro-modules
+yarn add react-native-google-maps-plus react-native-nitro-modules
9
10
> `react-native-nitro-modules` is required as this library relies on [Nitro Modules](https://nitro.margelo.com/).
11
```
12
13
## Usage
14
15
-```js
16
-import { GoogleMapsNitroView } from 'react-native-google-maps-plus';
17
-
18
-// ...
19
-<GoogleMapsNitroView color="tomato" />;
20
-```
+Checkout the example app in the [example](./example) folder.
21
22
## Contributing
23
0 commit comments