鸿蒙化
项目模板:https://github.com/Kayshen-X/rn4oh-template/blob/main/package.json
metro分包: https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/RN-JS%E6%89%93%E5%8C%85.md 内置公共包 执行再加载业务包、按需加载包
多bundle的两种形式:首页是native和首页是rn
多bundle热更新直接加载bundle生效即可
单bundle热更新需要使用codepush重启应用生效
多bundle示例项目:https://github.com/smallnew/react-native-multibundler
三方库兼容
https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/README.md