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
- Yarn
- Expo
npm install --save @react-native-kakao/core
yarn add @react-native-kakao/core
npx expo install @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.