Incomming Links
你可以檢測從外部 URL 啟動應用程式的時間。
componentDidMount() {
const url = Linking.getInitialURL()
.then((url) => {
if (url) {
console.log('Initial url is: ' + url)
}
}).catch(err => console.error('An error occurred ', err))
}
要在 iOS 連結 RCTLinking
上啟用此專案 。
要在 Android 上啟用此功能,請按以下步驟操作 。