Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 910 Bytes

File metadata and controls

36 lines (26 loc) · 910 Bytes

react-native-awesome-naver-maps

Naver map package for React Native.

⚠ Notice

This package is currently being developed with Android as a priority. It's still very early in development, so it's not desirable for commercial services. It's still very difficult to find a usable map package on Cross Platform such as React Native. I'm thinking of developing this package hard. If we could make code together and help, we would be able to create a more desirable direction for development in this ecosystem.

Installation

npm install react-native-awesome-naver-maps

Usage

import NaverMap from "react-native-awesome-naver-maps";

// ...

export default function App() {
  return (
    <NaverMap style={{ flex: 1 }}/>
  );
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT