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

https://github.com/codesyncr/react-native-geofence

Geofence Wrapper For React Native
https://github.com/codesyncr/react-native-geofence

Last synced: 3 months ago
JSON representation

Geofence Wrapper For React Native

Awesome Lists containing this project

README

          

# react-native-geofence

Geofence Wrapper

## Installation

```sh
npm install react-native-geofence
```

## Usage

```js
import { multiply } from 'react-native-geofence';

// ...

const result = await multiply(3, 7);
```

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