Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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! )

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)