crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
350 stars 133 forks source link

undefined is not an object (evaluating '_kakaoLogin.default.login') #348

Closed illkyun closed 1 year ago

illkyun commented 1 year ago

Description

const result = await kakao.login();

호출하면... undefined is not an object (evaluating '_kakaoLogin.default.login') 이런 오류가 발생하는데요... 문제가 뭘까요?

Steps to reproduce

키해시 등록하고, Redirect URI 설정했고, Strings.xml 에 kakao_app_key 까지 등록하였습니다.

Snack or a link to a repository

none

React Native Kakao Login version

5.2.4

React Native version

0.70.5

Platforms

Android

JavaScript runtime

No response

Architecture

No response

Build type

No response

Device

No response

Device model

No response

Acknowledgements

Yes

illkyun commented 1 year ago

import 를 잘못해오고 있었습니다.