Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cndocs/out-of-tree-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴

## 创建你自己的 React Native 平台

目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/blog/2018/06/14/state-of-react-native-2018))旨在让平台维护更容易。
目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/architecture/fabric-renderer))旨在让平台维护更容易。

### 打包

Expand All @@ -44,4 +44,4 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴
}
```

`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。
`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。
2 changes: 1 addition & 1 deletion cnwebsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@docusaurus/plugin-pwa": "3.10.1",
"@docusaurus/preset-classic": "3.10.1",
"@docusaurus/theme-mermaid": "3.10.1",
"docusaurus-plugin-copy-page-button": "^0.8.0",
"docusaurus-plugin-copy-page-button": "^0.8.1",
"docusaurus-plugin-sass": "^0.2.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
Expand Down