logo

Naver Mapfor React Native

Map component with seamless Naver SDK integration, complete TypeScript support, and easy-to-use API designed for React Native

Why Choose This Library?

Native SDK Features

Seamless access to all Naver Maps SDK capabilities with React Native friendly APIs

Various Marker Types

Support for basic symbols, local assets, native resources, web images, and custom React components

TypeScript First

Complete type definitions with codegen for type-safe interactions

Easy to Go

Simple setup with Expo config plugin and intuitive React-like API

Quick Start

Install the package

npm install @mj-studio/react-native-naver-map# pod install, add expo plugin, etc

Use in your app

App.tsx
import { NaverMapView } from '@mj-studio/react-native-naver-map';export default function App() {  return (    <NaverMapView      style={{ flex: 1 }}      initialRegion={{        latitude: 37.5665,        longitude: 126.9780,        latitudeDelta: 0.01,        longitudeDelta: 0.01,      }}    />  );}
100+
Used by Open Source Projects
50,000+
Installations
100%
TypeScript
100%
Open Sources