Getting Started with Kakao Navigation
Before You Begin
Make sure to install the dependencies for the Core
package by referring to the official installation guide. Also, complete the platform-specific configurations.
Getting Started
The navi
package allows you to utilize the Kakao Navigation feature.
Kakao Navigation provides SDK and API for navigation functions in the service. You can simply use the Kakao Navigation application to access navigation features or implement navigation and route information usage within the service app.
Refer to the Official Documentation for more details.
Installation
- NPM
- Yarn
- Expo
npm install --save @react-native-kakao/navi
yarn add @react-native-kakao/navi
npx expo install @react-native-kakao/navi