An open API service indexing awesome lists of open source software.

https://github.com/paulcoding810/react-native-map-place

Map with place builtin
https://github.com/paulcoding810/react-native-map-place

Last synced: 3 months ago
JSON representation

Map with place builtin

Awesome Lists containing this project

README

        

# react-native-map-place

map with place builtin

## Installation

```sh
npm install react-native-maps
npm install react-native-map-place
```

Or Yarn

```sh
yarn add react-native-maps
yarn add react-native-map-place
```

## Usage

```js
import { MapPlace } from 'react-native-map-place';

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)