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
- Host: GitHub
- URL: https://github.com/paulcoding810/react-native-map-place
- Owner: paulcoding810
- License: mit
- Created: 2024-08-17T11:12:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:12:42.000Z (9 months ago)
- Last Synced: 2025-01-12T14:19:33.195Z (4 months ago)
- Language: TypeScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)