react-native-location-sdk
v0.2.0
Published
Simplify work with location and motion APIs
Downloads
2
Readme
react-native-location-sdk
Simplify work with location and motion APIs
Installation
npm install react-native-location-sdk
Usage
import { multiply } from 'react-native-location-sdk';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library