React Native Harmony Version Information
This React Native Harmony version is adapted based on community RN [RN_VERSION]. The release information is as follows:
Version Release Information
| Name | Version | npm Published | npm URL |
|---|---|---|---|
| react-native-harmony.tgz | [VERSION] | [NPM_STATUS] | [NPM_URL] |
| react-native-harmony-cli.tgz | [VERSION] | [NPM_STATUS] | [CLI_NPM_URL] |
Compatible Version Information
| Name | Version |
|---|---|
| DevEco Studio | [IDE_VERSION] |
| HarmonyOS SDK | [SDK_VERSION] |
| Phone ROM | [ROM_VERSION] |
Source Code Release Address
- Gitee: [GITEE_URL]
- GitHub: [GITHUB_URL] (if applicable)
Minimum Version Requirements
This React Native Harmony version depends on OpenHarmony SDK minimum version API [API_VERSION]. Compatible versions can be obtained at: https://developer.huawei.com/consumer/en/doc/harmonyos-releases/deveco-studio-new-features-600
Change Notes
- New Features: [NEW_FEATURES]
- Bug Fixes: [BUG_FIXES]
- Other Changes: [OTHER_CHANGES]
Template Instructions
When using this template, replace the following placeholders:
| Placeholder | Description | Example |
|---|---|---|
[RN_VERSION] |
Community RN version | 0.72.5, 0.77.18, 0.82.3 |
[VERSION] |
Harmony version | 0.72.133, 0.77.18, 0.82.18 |
[NPM_STATUS] |
npm publish status | Published, Pending |
[NPM_URL] |
react-native-harmony npm URL | https://www.npmjs.com/package/@react-native-oh/react-native-harmony/v/0.72.133 |
[CLI_NPM_URL] |
react-native-harmony-cli npm URL | https://www.npmjs.com/package/@react-native-oh/react-native-harmony-cli/v/0.72.133 |
[IDE_VERSION] |
DevEco Studio version | DevEco Studio 6.0.1.245SP4 |
[SDK_VERSION] |
HarmonyOS SDK version | HarmonyOS SDK 6.0.1.111(SP30) |
[ROM_VERSION] |
Phone ROM version | ALN-AL00 206.0.0.110(SP80C00E110R4P7) |
[API_VERSION] |
Minimum SDK API version | 20, 12 |
[GITEE_URL] |
Gitee source URL | https://gitee.com/openharmony-sig/ohos_react_native |
[GITHUB_URL] |
GitHub source URL (if applicable) | https://github.com/xxx/xxx |
[NEW_FEATURES] |
New features description | 1. Added xxx feature 2. Optimized xxx performance |
[BUG_FIXES] |
Bug fixes description | 1. Fixed xxx crash issue 2. Fixed xxx memory leak |
[OTHER_CHANGES] |
Other changes description | 1. Updated xxx dependency version 2. Refactored xxx module |