README
This is a demo project that does not inherit the RNAbilty and switches from the native page to the RN page.
Directory Structure
├── NativeProject -- Native project
└── RNProject -- RN project
Environment Setup
- In the
RNProject/MainProjectdirectory, execute pnpm i to install dependencies, then execute pnpm dev to generate the bundle.harmony.js; - Open
NativeProjectwith DevEco Studio, and wait for the automatic project synchronization to complete (for manual synchronization, execute Sync and Refresh Project); - Navigate to File > Project Structure > Signing Configs, log in and complete the signature configuration;
- Click run in the upper right corner to start the project.
NOTE: By default, the project uses the latest RNOH dependency during installation. If you need to install a specific version, please refer to RNOH Version Evolution Planning and Branch Strategy to get the version number.
npm dependency installation:
npm i @react-native-oh/react-native-harmony@0.84.xxnpm i --save-dev @react-native-oh/react-native-harmony-cli@0.84.xxohpm dependency installation:
ohpm i @rnoh/react-native-openharmony@0.84.xx
Preview
After successfully running the demo project, the application should be as shown below

Navigate to RN Page
Click the "Open RN App" button in the middle of the homepage to jump to the RN page, the result should be as shown below

Notes
- Actively call the
windowSizeChangemethod to monitor screen size changes, callthis.rnInstancesCoordinator?.onWindowSizeChangeto set the correct screen size, otherwise there will be problems with abnormal font size.