0.0.1 • Published 4 years ago

react-native-awesome-naver-maps v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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