// Don't forget to import import { Linking } from 'react-native'; useEffect(() => { const getAsyncURL = async () => { const initialUrl = await Linking.getInitialURL(); if (initialUrl != undefined && initialUrl != null){ // Handle initialURL as per your response and open a specific screen using navigation } }; getAsyncURL(); }, []); * //以上解决方案对我来说是有效的 这篇关于React Native-当应用程序不在后台(Android,iOS)时,深层链接不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-04 16:39
查看更多