crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
363 stars 134 forks source link

Gender와 Birthday를 얻어와야 합니다. #98

Closed ghost closed 4 years ago

ghost commented 4 years ago

Version of kakao-login libraries

2.0.6

Version of react-native

0.61.4

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

Expected behavior

Actual behavior

Tested environment (Emulator? Real Device?)

heyman333 commented 4 years ago

현재는

                @"id": handleNullableString(me.ID),
                @"nickname": handleNullableString(me.account.profile.nickname),
                @"email": handleNullableString(me.account.email),
                @"display_id": handleNullableString(me.account.displayID),
                @"phone_number": handleNullableString(me.account.phoneNumber),
                @"profile_image_url": handleNullableString(me.account.profile.profileImageURL.absoluteString),
                @"thumb_image_url": handleNullableString(me.account.profile.thumbnailImageURL.absoluteString),
                @"is_email_verified": handleKOBoolean(me.account.isEmailVerified),
                @"is_kakaotalk_user": handleKOBoolean(me.account.isKakaotalkUser),
                @"has_signed_up": handleKOBoolean(me.hasSignedUp),

이렇게만 가져고오고 있네요.... 혹시 PR을 날려주신다면 감사하겠습니다.ㅎㅎ

ghost commented 4 years ago

PR날렸어요

heyman333 commented 4 years ago

99

.gitignore파일만 변경되었는데, 혹시 누락하신건가요?

혹시 파일 수정이 어려우시면 조금만 기다려 주시면 업데이트 해서 다시 배포 하겠습니다 ;D

ghost commented 4 years ago

아닙니다. 수정을 요청드린겁니다.

On Tue, Jan 28, 2020 at 10:50 AM Yeongsu Han notifications@github.com wrote:

https://github.com/react-native-seoul/react-native-kakao-login/pull/99/files

.gitignore파일만 변경되었는데, 혹시 누락하신건가요?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/react-native-seoul/react-native-kakao-login/issues/98?email_source=notifications&email_token=AFLAZHRVD3VFDHFUQFSDSELQ76MQ5A5CNFSM4KI7FWH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKB24VQ#issuecomment-579055190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLAZHQHVP2UT3C2Q3FB2H3Q76MQ5ANCNFSM4KI7FWHQ .

heyman333 commented 4 years ago

@happymario 네 다음 업데이트때 반영하겠습니다

heyman333 commented 4 years ago

@happymario 2.4.1v에서 추가되었습니다.