JeffGuKang / react-native-kakao-login

React Native module for kakao login sdk: rn-kakao-login
73 stars 15 forks source link

login 후 반환받는 데이터의 필드명이 타입스크립트 인터페이스와 상이합니다. #27

Closed venzersiz closed 4 years ago

venzersiz commented 4 years ago

export interface KakaoUser { id: string accessToken: string nickname: string | null email: string | null profileImage: string | null profileImageThumbnail: string | null ageRange: string | null gender: string | null } 로 되어 있는데

실제 반환 값의 필드 중 nickname이 nickName으로 들어오네요.

JeffGuKang commented 4 years ago

@venzersiz 알려주셔서 감사합니다. 수정하도록 하겠습니다.