Socket
Book a DemoInstallSign in
Socket

@actbase/react-native-kakao-login

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actbase/react-native-kakao-login

![platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS-brightgreen.svg?style=flat-square&colorB=191A17) [![npm](https://img.shields.io/npm/v/@actbase/react-native-kakaosdk.svg?style=flat-square)](https://www.npmjs.com/package/@actbase/rea

npmnpm
Version
1.0.2
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

카카오로그인 for React Native

platforms npm npm

github issues github closed issues Issue Stats

기본설정

기본설정 부분은 KakaoSDK 시작하기(React-Native)를 참고해서 설정하시면 됩니다.

dependencies로 되어있어서 같이 설치가 됩니다.

궁금한 사항이 있는경우 카카오톡 오픈채팅 React & React-Native에서 물어보면 많은 분들이 답변해주십니다.

작업하시다가 외주 혹은 작업할 업체가 필요하면 project@trabricks.io로 메일 주시면 친절하게 안내해드립니다.

Getting started

Mostly automatic installation (RN >= 0.60)

$ npm install @actbase/react-native-kakao-login --save
$ cd ios && pod install && cd ..

Mostly automatic installation (RN <= 0.59)

$ 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 ..

카카오로그인

// TODO: ///

사용방법

// TODO: ///

Keywords

react-native

FAQs

Package last updated on 17 Jan 2020

Did you know?

Socket

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.

Install

Related posts