README.md 291 B

文件名必须Native开头,否则脚本无法生成

cd android
./gradlew generateCodegenArtifactsFromSchema
cd ios
bundle install
bundle exec pod install

官方文档