Getting Started with KakaoTalk, Social, Friends
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 social
package allows you to retrieve KakaoTalk profiles and fetch friends list.
Internally, it utilizes the Kakao SDK's friend
and talk
SDKs.
Refer to the Official Documentation for more detailed information.
Installation
- NPM
- Yarn
- Expo
npm install --save @react-native-kakao/user @react-native-kakao/social
yarn add @react-native-kakao/{user, social}
npx expo install @react-native-kakao/user @react-native-kakao/social