
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
@actbase/react-native-kakao-login
Advanced tools
 [](https://www.npmjs.com/package/@actbase/rea
기본설정 부분은 KakaoSDK 시작하기(React-Native)를 참고해서 설정하시면 됩니다.
dependencies로 되어있어서 같이 설치가 됩니다.
궁금한 사항이 있는경우 카카오톡 오픈채팅 React & React-Native에서 물어보면 많은 분들이 답변해주십니다.
작업하시다가 외주 혹은 작업할 업체가 필요하면 leader@trabricks.io로 메일 주시면 친절하게 안내해드립니다.
$ npm install @actbase/react-native-kakaosdk @actbase/react-native-kakao-login --save
$ cd ios && pod install && cd ..
$ npm install @actbase/react-native-kakao-login --save
$ react-native link @actbase/react-native-kakaosdk @actbase/react-native-kakao-login
$ cd ios && pod install && cd ..
import KakaoLogins from '@actbase/react-native-kakao-login';
// 카카오 로그인 시 처리부문
const loginOutput = await KakaoLogins.login();
| 변수명 | 설명 |
|---|---|
| accessToken | 카카오의 accessToken |
| refreshToken | 카카오의 refreshToken |
| accessTokenExpiresAt | 카카오의 accessToken만료일 |
| refreshTokenExpiresAt | 카카오의 refreshToken만료일 |
| scopes | 사용권한 |
import KakaoLogins from '@actbase/react-native-kakao-login';
// 카카오 로그아웃시 처리
await KakaoLogins.logout();
// 카카오 액세스 토큰 가져오는 명령, 로그인 시 자동으로 로그아웃 후 처리됨에 따라
// 별도로 값만 가져올 경우 사용.
const accessToken = await KakaoLogins.getAccessToken();
// 카카오 회원정보 가져오기
const profile = await KakaoLogins.getProfile();
| 변수명 | 설명 |
|---|---|
| ID | 카카오계정 고유키 |
| hasSignedUp | 기가입여부 |
| account | 회원정보[https://developers.kakao.com/sdk/reference/ios-legacy/release/Classes/KOUserMe.html] |
| properties | 기타자료 |
FAQs
Kakao Login v2 For React-Native
The npm package @actbase/react-native-kakao-login receives a total of 5 weekly downloads. As such, @actbase/react-native-kakao-login popularity was classified as not popular.
We found that @actbase/react-native-kakao-login demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.