Skip to content

caffeine-driven/react-native-kakao-map-v2

Repository files navigation

react-native-kakao-map-v2

KakaoMapSDKv2 integration for react native

Installation

npm install react-native-kakao-map-v2

Usage

import { KakaoMapV2View } from "react-native-kakao-map-v2";

// ...

<KakaoMapV2View 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