crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
358 stars 135 forks source link

iOS 에서는 `KakaoProfile.id` 필드의 타입이 `string` 으로 변환되고 있지 않습니다. #260

Closed junhoyeo closed 2 years ago

junhoyeo commented 2 years ago

Version of kakao-login libraries

@react-native-seoul/kakao-login@3.3.3

Version of react-native

react-native@0.64.0

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

iOS

Expected behavior

getProfile을 실행했을 때 반환되는 KakaoProfile에서, id 필드의 값이 string 으로 변환되어야 합니다.

Actual behavior

Android 와 달리 형변환되지 않고 number 타입으로 나옵니다.

Tested environment (Emulator? Real Device?)

Both

junhoyeo commented 2 years ago

Related to #259