We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AppDelegate.mm 에서 application:app 을 application:application 으로 수정해야 동작합니다. 최신 바닐라 react-native 에서 발생하는 것으로 보이니 언급만 부탁드립니다.
// ... #import <React/RCTBundleURLProvider.h> // ... @implementation AppDelegate // 다른 URL 핸들링 로직이 없는경우 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options { return [[NaverThirdPartyLoginConnection getSharedInstance] application:application openURL:url options:options]; } // ... NSURL ....
mirimiri9
4.0.4
0.76.5
iOS
None
No response
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
AppDelegate.mm 에서 application:app 을 application:application 으로 수정해야 동작합니다.
최신 바닐라 react-native 에서 발생하는 것으로 보이니 언급만 부탁드립니다.
Steps to reproduce
Snack or a link to a repository
mirimiri9
React Native Naver Login version
4.0.4
React Native version
0.76.5
Platforms
iOS
JavaScript runtime
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: