Skip to content

react-native-pair/rn-osm

Repository files navigation

rn-osm

open street map for react-native

Installation

npm install rn-osm

Usage

import { RnOsmView } from "rn-osm";

// ...

<RnOsmView color="tomato" />

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