
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@actbase/react-native-kakao-login
Advanced tools
기본설정 부분은 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
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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.