Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support promises and error code #67

Merged
merged 6 commits into from
Oct 21, 2019
Merged

feat: support promises and error code #67

merged 6 commits into from
Oct 21, 2019

Conversation

bang9
Copy link
Contributor

@bang9 bang9 commented Oct 11, 2019

@hyochan
Copy link
Member

hyochan commented Oct 12, 2019

@bang9 안녕하세요~ 번거로우시겠지만 master 브랜치와 merge 혹은 rebase를 요청드려도 될까요?

@bang9
Copy link
Contributor Author

bang9 commented Oct 12, 2019

@bang9 안녕하세요~ 번거로우시겠지만 master 브랜치와 merge 혹은 rebase를 요청드려도 될까요?

@hyochan 안녕하세요!
리베이스하면서 해당 내용들이 추가되었습니다.

  • ts migration 으로 인한 Example 에 preinstall cd .. && yarn build 명령어 추가
  • pod install 을 위해서는, podspec 파일명과 내부의 name 이 같아야 하는데 @react-native-seoul/kakao-login 해당 네이밍은 특수문자로 인해 파일을 못찾는 문제가 있어서 RNSKakaoLogin.podspec 로 변경했습니다. (React Native Seoul + KakaoLogin)

@hyochan
Copy link
Member

hyochan commented Oct 12, 2019

다음부턴 rebase로 남의 커밋 빼고 그 위에 상태에서 본인 커밋만 들어가게 하여 상태관리를 더욱 용이하게 하면 좋을 것 같습니다 :)

@hyochan
Copy link
Member

hyochan commented Oct 12, 2019

@heyman333 확인해주시고 머지 및 배포 부탁드립니다~

bang9 added 3 commits October 15, 2019 11:23
- feat: support promises
- feat: support error code partially
- doc: update readme
- update examples and types

merge migration
- index.d.ts changing merged into index.ts
- renaming podspec file react-native-kakao-logins to RNSKakaoLogin
- added postinstall command to Examples for build typescript project(file:../)
(cherry picked from commit 85b65d4)
@heyman333
Copy link
Contributor

@bang9 고생하셨습니다 시간이 되는대로 확인하고 이상 없으면 머지 후 배포 하겠습니다~

Copy link
Contributor

@heyman333 heyman333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bang9 동작은 정상적으로 동작하는것 확인했습니다 🎉
예제 프로젝트로 테스트중에 다음과 같은 문제가 있었는데 이점만 한번 더 확인해 주실 수 있을까요?

  1. Podfile.lock파일을 삭제후 다시 한번 설치 해주시기 바랍니다. (바로 pod install하니 충돌이 나네요)
  2. 괜찮으시다면 debug.keystore파일을 /KakaoLoginExample/android/app에 추가 해주실 수 있을까요? 테스트시 디버그 키스토어를 못찾아서 따로 생성해줘야하고 카카오 홈페이지가서 프로젝트 셋팅 까지 해야하는 불편함이 있네요 ㅠㅠ (.gitignore에서 해당파일만 제거)

KakaoLoginExample/package.json Outdated Show resolved Hide resolved
Copy link
Contributor

@heyman333 heyman333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bang9
음 1번문제는 아예 폴더를 지우고 새로 받아도 계속 충돌이 나네요ㅠㅠ 이건 당장 급한 문제는 아니니 나중에 수정하도록 하겠습니다~lock파일을 지우고 새로 설치하면 되는 문제라서요

추가적으로 코멘트 단게 있는데 이것만 수정 되면 바로 머지 후 배포 하겠습니다 ~~ 👍👍👍👍👍

너무 고생하셨고, 감사합니다~
저희 React Native Seoul 밋업에도 한번 놀러 오세요😁

@heyman333 heyman333 merged commit b329e59 into crossplatformkorea:master Oct 21, 2019
@bang9
Copy link
Contributor Author

bang9 commented Oct 21, 2019

@heyman333 고생많으셨습니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants