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
- Host: GitHub
- URL: https://github.com/codesyncr/react-native-geofence
- Owner: CodeSyncr
- License: mit
- Created: 2023-09-02T09:29:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T10:29:30.000Z (almost 3 years ago)
- Last Synced: 2025-11-23T01:10:51.694Z (7 months ago)
- Language: Java
- Size: 462 KB
- Stars: 0
- Watchers: 2
- 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-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)