0.2.0 • Published 8 months ago

react-native-gps-file-converter v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-native-gps-file-converter

parse and export geojson object to gps file

Installation

npm install react-native-gps-file-converter

Usage

import { multiply } from 'react-native-gps-file-converter';

// ...

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