Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waynekim92/react-native-maps-my-location-direction
Do you want to display your location and direction in react-native-maps? [unstable package] (There is no time to improve due to a full-time job. Fxxk! )
https://github.com/waynekim92/react-native-maps-my-location-direction
react-native-maps user-direction user-location
Last synced: about 2 months ago
JSON representation
Do you want to display your location and direction in react-native-maps? [unstable package] (There is no time to improve due to a full-time job. Fxxk! )
- Host: GitHub
- URL: https://github.com/waynekim92/react-native-maps-my-location-direction
- Owner: WayneKim92
- License: mit
- Created: 2024-02-28T03:01:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T02:27:20.000Z (10 months ago)
- Last Synced: 2024-10-11T17:49:46.378Z (3 months ago)
- Topics: react-native-maps, user-direction, user-location
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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-maps-my-location-direction
If you are confused because the user's direction is not displayed in react-native-maps, you have come to the right place.
Do you want to display your location and direction in react-native-maps?
![my-location-direction](https://github.com/WayneKim92/react-native-maps-my-location-direction/assets/75321423/1b1d90c4-f33d-4cc2-a39e-42c5381c120c)## Installation
```sh
npm install react-native-maps-my-location-direction
# This package also requires the packages below:
npm install react-native-maps
npm install react-native-compass-heading
npm install react-native-geolocation-service
```## Usage
```js
import { MyLocationDirection } from 'react-native-maps-my-location-direction';// ...
```
## 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)