react-native-naver-login

리엑트 네이티브 네이버 로그인 라이브러리

MIT License

Downloads
5.5K
Stars
162
Committers
23

Bot releases are hidden (Show)

react-native-naver-login - Latest Release

Published by mym0404 5 months ago

react-native-naver-login - 4.0.0

Published by mym0404 6 months ago

What's Changed

Full Changelog: https://github.com/crossplatformkorea/react-native-naver-login/compare/3.0.0...4.0.0

react-native-naver-login -

Published by mym0404 6 months ago

What's Changed

Full Changelog: https://github.com/crossplatformkorea/react-native-naver-login/compare/3.0.0...4.0.0-beta.1

react-native-naver-login - 3.0.0

Published by hyochan 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/crossplatformkorea/react-native-naver-login/compare/2.3.1...3.0.0

react-native-naver-login - 3.0.0-rc.2

Published by hyochan over 1 year ago

What's Changed

Full Changelog: https://github.com/crossplatformkorea/react-native-naver-login/compare/3.0.0-rc.1...3.0.0-rc.2

react-native-naver-login - 3.0.0-rc.1

Published by hyochan almost 2 years ago

What's Changed

Breaking Change

1. MainActivity에 initialize 코드 추가

onCreate 가 없다면 추가해주세요.

react-native-screens 패키지를 쓴다면 super.onCreatenull전달하라고 할 수도 있습니다.

Java

public class MainActivity extends ReactActivity {

  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    RNNaverLoginModule.initialize(this);
    ...
  }

Kotlin

class MainActivity : ReactActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        RNNaverLoginModule.initialize(this)
        ...
    }

2. API 들 Request, Response 변경 및 기능 추가

Common

  • 예제 최신 버전의 RN 프로젝트로 변경
  • 예제 프로젝트 코드 및 UI 개선
  • README.md 수정 및 설치 단계 개선 (RN 0.60 미만의 Manual link는 따로 문서를 파서 관리하여 README.md 를 깔끔하게 관리)
    README.md 작업해두었으나 리뷰 및 개선 필요합니다.

JS

  • Promise 를 이용하는 API 형태들로 변경 close #63
  • deleteToken API 추가
  • login 인자에 disableNaverAppAuth 추가
  • 타입스크립트 타입 개선
  • Bump Node dependencies & Resolve npm warnings
  • Match Android and iOS Native module name as RNNaverLogin

Android

  • Android Project gradle related setting
  • Migrate Native code with Kotlin
  • 네이티브 SDK 5.2.0 로 업그레이드 close #145

iOS

  • Migrate Native code with Swift
  • Oauth callback을 제대로 처리하지 못하고 있던 코드들 수정

PRs

Full Changelog: https://github.com/react-native-seoul/react-native-naver-login/compare/2.3.1...3.0.0-rc.1

react-native-naver-login - 2.3.1

Published by hyochan about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/react-native-seoul/react-native-naver-login/compare/2.2.0...2.3.1

react-native-naver-login - 2.2.0

Published by hyochan over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/react-native-seoul/react-native-naver-login/compare/v2.1.0...2.2.0

react-native-naver-login - v2.1.0

Published by heyman333 over 4 years ago

  • 리프레시토큰, 토근만료시간 등 토근정보 추가 #46
  • 기타 문서 수정
react-native-naver-login - v2.0.0

Published by heyman333 almost 5 years ago

  • iOS SDK를 cocoapod에서 다운 받도록 수정
  • 안드로이드 불피요 설치 라이브러리 삭제(aar파일)
  • 예제프로젝트 업데이트
  • README 수정
Package Rankings
Top 4.35% on Npmjs.org
Related Projects