Using kakao social login MFA in React Native Webview

Hi. I have used auth0-react for my React SPA. And i open this website with my application, react native webview. When I add a kakao social login using social connections into my login flow, it was successfully opened ‘inside of webview’ so I could normally login to kakao with ID & PW as I have done it in web. But in some native applications, kakao supports multi factor authentication which enables us to login with login session of kakaotalk application without ID & PW. This can be achieved by using Kakao SDK for Javascript but my login flow is in react web site, not a native, so I feel tough to implement it in customized universal login. Can I get some help?