Skip to main content

Core Package Installation

Core Package Installation

The configuration is a monorepo, and all packages depend on the @react-native-kakao/core package.

You can install it as follows:

npm install --save @react-native-kakao/core

Other packages have a peer dependency on the core package, which means that @react-native-kakao/core must always be installed together.