我需要一个Expo静态深层链接进行开发,以用于与第三方(Cognito)进行Oauth重定向
我用过Linking.makeUrl()
,但这会返回带有动态本地ipaddress的深层链接exp://10.0.0.107:19000与团队中的其他开发人员不一致。
文档位于:https://docs.expo.io/versions/latest/workflow/linking/#linking-module
表示各种环境链接看起来像
Expo客户端中已发布的应用程序:exp://exp.host/@community/with-webbrowser-redirect
独立发布的应用:myapp://
开发:exp://wg-qka.community.app.exp.direct:80
我尝试过该开发链接,但无法打开。
我也有类似的问题,这是我的解决方案也张贴在https://github.com/aws-amplify/amplify-js/issues/4244#issuecomment-586845322