-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Description
Ios 로그인 완료시 page not founded 에러
public override func application(
_ app: UIApplication,
open url: URL,
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
) -> Bool {
if (url.scheme == "navertest" && NidOAuth.shared.handleURL(url)) {
return true
}
return super.application(app, open: url, options: options) || RCTLinkingManager.application(app, open: url, options: options)
}
Snack or a link to a repository
none
React Native Naver Login version
4.2.2
React Native version
0.81
Platforms
iOS
JavaScript runtime
Hermes
Architecture
None
Build type
Release mode
Device
Real device
Device model
No response
Acknowledgements
Yes
Expo 54, naverlogin 4.2.2 둘다 최신버전 사용중입니다.
해당 코드에서 "return true"를
가이드 대로 직접 수정해야 로그인 완료후 에러가 안납니다.
근데 Expo eas 빌드시애는 재가 직접 수정한 스위프트 파일을 반영이 안되어서요..
도움 부탁드립니다!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels