标签: react-navigation
如何在一个应用程序中同时支持这两个功能?
https://reactnavigation.org/docs/en/deep-linking.html https://reactnavigation.org/docs/en/auth-flow.html
AuthFlow需要将切换导航器用作应用程序容器的导航器。
深层链接使用应用程序容器的导航器进行路径定义。也许对我们来说,告诉react-navigation哪个导航器用于深层链接路径,而不是始终使用应用程序容器的导航器。