Skip to content

vadim-tarasenko/rn-leaflet

Repository files navigation

rn-leaflet

Full power of leaflet now availablee in the react-native

Installation

npm install rn-leaflet

Usage

import { multiply } from 'rn-leaflet';

// ...

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