We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7160c commit 415e51eCopy full SHA for 415e51e
cndocs/linking.md
@@ -104,7 +104,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
104
105
你可以用 `Linking.addEventListener('url', callback)` 来处理这些事件——它使用链接的 URL 调用 `callback({ url })`
106
107
-#### 如果应用程序还没有打开,它就会被打开,并将 url 作为 initialURL 传入
+#### 2. 如果应用程序还没有打开,它就会被打开,并将 url 作为 initialURL 传入
108
109
你可以用 `Linking.getInitialURL()` 来处理这些事件——它会返回一个解析到 URL 的 Promise (如果有的话)。
110
0 commit comments