Skip to content

Commit 16e4cfe

Browse files
committed
Refine getting started documentation by improving the warning about expo and expo-updates conflict and updating the reference link to React Native's deep linking documentation for better user guidance.
1 parent 0418a1d commit 16e4cfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/pages/docs/getting-started.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ date +%s > "$DEST/pushy_build_time.txt"
124124
如果你没有使用 `expo`,或 `expo` 版本低于 48,则需要按以下步骤手动配置。
125125

126126
<Callout type="warning">
127-
注意:如果你使用 `expo`,请不要同时安装 `expo-updates`,否则会导致热更新功能冲突。
127+
注意:如果你使用 `expo`,请不要同时安装
128+
`expo-updates`,否则会导致热更新功能冲突。
128129
</Callout>
129130

130131
#### iOS
@@ -482,7 +483,7 @@ struct Index {
482483
</Tabs.Tab>
483484
<Tabs.Tab>
484485
485-
步骤待补充,可以先参考 [React Native 的文档](https://reactnative.cn/docs/linking?syntax=ios)
486+
请参考 [React Native 的文档](https://reactnative.cn/docs/next/linking#%E5%90%AF%E7%94%A8-deep-links)
486487
487488
</Tabs.Tab>
488489
</Tabs>

0 commit comments

Comments
 (0)