react-native-maplibre-js
v0.0.1
Published
A Maplibre JS wrapper for react-native
Downloads
4
Readme
React-Native Maplibre JS
A Maplibre JS wrapper for react-native
Installation
npm install react-native-maplibre-js
Usage
import { multiply } from 'react-native-maplibre-js';
// ...
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