crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
360 stars 136 forks source link

Error: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? #221

Closed themore8109 closed 3 years ago

themore8109 commented 3 years ago

Version of kakao-login libraries

3.2.0

Version of react-native

0.64.0

Platforms you faced the error (IOS or Android or both?)

Android

Expected behavior

Kakao로그인이 되어야 한다.

Actual behavior

카카오로 리다이렉트도 되지 않고 아래와 같은 오류가 나타나는 것으로 보입니다. code login().then(() => {...}).catch( err => console.log(err) ) error Error: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

Tested environment (Emulator? Real Device?)

Real Device

hyochan commented 3 years ago

코드가 반영이 제대로 안되고 배포되었네요. 3.3.0을 다시 시도해주시길 바랍니다 🙏