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 4a295f7 commit f60a985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd ios && pod install

如果 RN 版本 >= 0.60 则不需要此手动 link 步骤。

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

0 comments on commit f60a985

Please sign in to comment.