Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 351 Bytes

react-native-gps

Manage GPS

Installation

npm install react-native-gps

Usage

import Gps from "react-native-gps";

// ...

const result = await Gps.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT