admin管理员组文章数量:1399992
Using expo-auth-session
in the web, I want my user to authenticate. The user must remain on the current tab and not having a popup or another tab, how can I achieve that ?
The only way I found would be to use promptAsync({target: '_self'})
but target
property doesn't exist in the expo package and the default value used by window.open()
is _blank
which mean new tab.
Any idea ?
本文标签:
版权声明:本文标题:react native - Using expo-auth-session package, open authentication view in current tab - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744193013a2594606.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论