Skip to content

Commit

Permalink
Update getting-started.mdx with additional information about manual l…
Browse files Browse the repository at this point in the history
…inking in mixed RN projects
  • Loading branch information
sunnylqm committed Apr 13, 2024
1 parent be13a01 commit 4a295f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions site/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ cd ios && pod install
如果 RN 版本 >= 0.60 则不需要此手动 link 步骤。

<Callout type="info">
注意:如果是混编 RN 项目,由于自定义的配置可能不完整,自动 link
的功能可能不能正常工作。此时即便 RN 版本 >= 0.60,你可能也需要执行手动 link
操作。
注意:如果是混编 RN
项目,或monorepo,或任何其他自定义的情况,由于自定义的配置可能不完整或不适应RN的目录结构,导致自动
link 的功能可能不能正常工作。此时即便 RN 版本 >= 0.60,你可能也需要执行手动
link 操作。
</Callout>

#### iOS
Expand Down

0 comments on commit 4a295f7

Please sign in to comment.