Skip to content

Commit 00d3f65

Browse files
committed
docs: update README.md
1 parent d240a87 commit 00d3f65

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@ React-native wrapper for android & IOS google maps sdk
55
## Installation
66

77
```sh
8-
npm install react-native-google-maps-plus react-native-nitro-modules
8+
yarn add react-native-google-maps-plus react-native-nitro-modules
99

1010
> `react-native-nitro-modules` is required as this library relies on [Nitro Modules](https://nitro.margelo.com/).
1111
```
1212

1313
## Usage
1414

15-
```js
16-
import { GoogleMapsNitroView } from 'react-native-google-maps-plus';
17-
18-
// ...
19-
<GoogleMapsNitroView color="tomato" />;
20-
```
15+
Checkout the example app in the [example](./example) folder.
2116

2217
## Contributing
2318

0 commit comments

Comments
 (0)