fix:Modify the launchParam parameter type
Co-authored-by: saberblack<2422489333@qq.com>
# message auto-generated for no-merge-commit merge:
!1921 merge master into master
fix:Modify the launchParam parameter type
Created-by: saberblack
Commit-by: saberblack
Merged-by: huangyouhua
Description: <!-- PLEASE REMOVE COMMENTS BEFORE MERGING TO AVOID INCLUDING THEM IN GIT HISTORY -->
## Description
<!--
Briefly describe the purpose of the MR, for example:
This PR mainly implements the function of remote debugging within the Metro LAN.
-->
Modify the launchParam parameter type
## Changes
<!--
List main changes in bullet points that can be included in the changelog. Those changes should be written for
application developers and react third-party library authors. Internal changes shouldn't be listed. Please start each bullet point with:
- added
- fixed
- deprecated
- removed
If it is a change to add a new attribute, use [added] prefix, for example:
- [added] FlatList component adds inverted attribute
-->
Modify the launchParam parameter type,Edit the related README in English.
## Test Plan
<!--
How to test this PR. For example:
1. Open the Tester project
2. Execute the npm run start command
...
-->
## Checklist
<!--
Please conduct self inspection according to the following checklist before merging
After completing the self check, fill in "x" in [], For example:
- [x] Does not involve incompatible changes; if involved, has been reviewed accordingly.
-->
- [x] Does not involve incompatible changes; if involved, has been reviewed accordingly.
- [x] Does not impact performance, or performance testing has been conducted without degradation.
- [x] Complies with the relevant coding standards.
- [x] Does not involve documentation updates, or the documentation has been updated.
- [x] Meets testability requirements with necessary self-test cases, appropriate logging, or trace information added.
- [x] No illegal file inclusions exist, such as images or code.
See merge request: openharmony-sig/ohos_react_native!1921
fix: Fix issue where Dev Menu could not be used without RNAbility.
Co-authored-by: alvancf<742997447@qq.com>
# message auto-generated for no-merge-commit merge:
!2003 merge master into master
fix: Fix issue where Dev Menu could not be used without RNAbility.
Created-by: alvancf
Commit-by: alvancf
Merged-by: openharmony_ci
Description: <!-- Please remove all comments before submitting to avoid them being included in merge commit message -->
## Why are these changes being made?
without RNAbility, After changing the port, it was found that the front-end menu could not be connected, and pressing r or d was ineffective
## Changelog
<!-- List user-visible changes in a concise manner. Use one of the following verbs in past tense: - added - fixed - deprecated - removed - optimized Include [breaking] prefix for breaking changes -->
Reconnect the webcam when loading the bundle
## Test Plan
without RNAbility After changing the port, verify if the frontend menu can be connected
# Description
fix: Fix development menu operations (d/r/reload) not working after port change without RNAbility
# Checklist
- [x] pnpm verify command has passed successfully.
- [x] No failures occurred in automatic tests on the CONCURRENT TESTER page in the tester app.
- [x] No failures occurred in automatic tests on the SEQUENTIAL TESTER page in the tester app.
- [x] MR does not include a breaking change or a review has been requested from a Huawei reviewer.
See merge request: openharmony-sig/ohos_react_native!2003
This directory shows the documentation for React Native for OpenHarmony developers.
This document is intended for developers who have basic knowledge of React Native. Before reading this document, you can choose to learn about React Native.