2025-07-15 10:12:21 +08:00
|
|
|
# 文件名必须`Native`开头,否则脚本无法生成
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd android
|
|
|
|
|
./gradlew generateCodegenArtifactsFromSchema
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd ios
|
|
|
|
|
bundle install
|
|
|
|
|
bundle exec pod install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# [官方文档](https://reactnative.cn/docs/next/turbo-native-modules-introduction?platforms=android)
|