diff --git a/zh-cn/bam-tech-react-native-image-resizer.md b/zh-cn/bam-tech-react-native-image-resizer.md
index f85ac81b34c3e9c906177c1151b8325d7caf76ad..b4074edbcee3b620cf4aed274190a0c6c2d45c70 100644
--- a/zh-cn/bam-tech-react-native-image-resizer.md
+++ b/zh-cn/bam-tech-react-native-image-resizer.md
@@ -280,6 +280,8 @@ export default ImageResizerDemo;
本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。
+**注意:** V3.1.0 不需要执行 Codegen。
+
## Link
| | 是否支持autolink | RN框架版本 |
diff --git a/zh-cn/baronha-ting.md b/zh-cn/baronha-ting.md
index 32daf042f23a9ac9e781204354bfdb732cc0941a..2319a7d0bcd34367bbbe226e28fc0e07fa782d21 100644
--- a/zh-cn/baronha-ting.md
+++ b/zh-cn/baronha-ting.md
@@ -83,6 +83,8 @@ export default App;
本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。
+> [!TIP] V1.3.0 不需要执行 Codegen。
+
## Link
| | 是否支持autolink | RN框架版本 |
diff --git a/zh-cn/gorhom-bottom-sheet.md b/zh-cn/gorhom-bottom-sheet.md
index ca06660a0d11528d4e291ce4bfcd2d04929a48d5..17aa61b6592d85745818ca960662fe41fdb5d62a 100644
--- a/zh-cn/gorhom-bottom-sheet.md
+++ b/zh-cn/gorhom-bottom-sheet.md
@@ -57,6 +57,7 @@ yarn add @react-native-ohos/bottom-sheet
// bottom-sheet组件
import React, { useCallback, useRef, useMemo } from "react";
import { StyleSheet, View, Text, Button } from "react-native";
+import { GestureHandlerRootView } from 'react-native-gesture-handler';
import BottomSheet, { BottomSheetView } from "@gorhom/bottom-sheet";
const App = () => {
@@ -79,7 +80,7 @@ const App = () => {
// render
return (
-
+
+
);
};
@@ -101,6 +103,12 @@ const styles = StyleSheet.create({
container: {
flex: 1,
paddingTop: 200,
+ backgroundColor: 'grey'
+ },
+ contentContainer: {
+ flex: 1,
+ padding: 36,
+ alignItems: 'center',
},
});
@@ -110,6 +118,7 @@ export default App;
// bottom-sheet-modal组件
import React, { useCallback, useMemo, useRef } from 'react';
import { View, Text, StyleSheet, Button } from 'react-native';
+import { GestureHandlerRootView } from 'react-native-gesture-handler';
import {
BottomSheetModal,
BottomSheetView,
@@ -120,9 +129,6 @@ const App = () => {
// ref
const bottomSheetModalRef = useRef(null);
- // variables
- const snapPoints = useMemo(() => ['25%', '50%'], []);
-
// callbacks
const handlePresentModalPress = useCallback(() => {
bottomSheetModalRef.current?.present();
@@ -133,8 +139,8 @@ const App = () => {
// renders
return (
-
-
+
+
{
/>
Awesome 🎉
-
-
+
+
);
};
@@ -165,6 +169,7 @@ const styles = StyleSheet.create({
contentContainer: {
flex: 1,
alignItems: 'center',
+ height: 200,
},
});
@@ -174,6 +179,8 @@ export default App;
本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。
+**注意:**V5.1.7不需要执行Codegen。
+
## Link
本库鸿蒙侧实现依赖react-native-reanimated和react-native-gesture-handler的原生端代码,如已在鸿蒙工程中引入过该库,则无需再次引入,可跳过本章节步骤,直接使用。
diff --git a/zh-cn/jpush-react-native.md b/zh-cn/jpush-react-native.md
index ed75ec41268a1b06b941a0e55e3a300606d82610..7fceaf3e0ec4f583051a464b8d3c83ecf522ce06 100644
--- a/zh-cn/jpush-react-native.md
+++ b/zh-cn/jpush-react-native.md
@@ -89,6 +89,8 @@ export default App;
本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。
+**注意:** V3.2.0及以上不需要codegen。
+
## Link
| | 是否支持autolink | RN框架版本 |
@@ -299,9 +301,11 @@ ohpm install
| setSmartPushEnable(enable:boolean):void | 是否开启智能推送 |function | no | iOS,Android | no |
| setGeofenceEnable(enable:boolean):void | 是否开启地理围栏 |function | no |Android | no |
| setCollectControl(enable:boolean):void | 是否开启集中控制 |function | no | iOS、Android | no |
+| setDataInsightsEnable()3.2.0+ | 设置应用数据洞察 |function | no | Android | no |
## 遗留问题
- [ ] setProperties、deleteProperties、cleanProperties、pageEnterTo、pageLeave、initCrashHandler、setMaxGeofenceNumber、deleteGeofence、addNotificationListener、addInappMessageListener,setCollectControl、setSmartPushEnable这些方法在极光推送harmonyOS-SDK中暂未支持[issue#1](https://github.com/react-native-oh-library/jpush-react-native/issues/1)
+- [ ] V3.2.0 部分属性未实现 HarmonyOS 化 [issue#1](https://gitcode.com/openharmony-sig/rntpc_jpush-react-native/issues/1)
## 其他
diff --git a/zh-cn/react-native-ble-plx.md b/zh-cn/react-native-ble-plx.md
index 271caa4de5b68756a4620629a8d257401fed5dd5..25db8519c5e5d9d95d802fd3161f31313eb4b6d6 100644
--- a/zh-cn/react-native-ble-plx.md
+++ b/zh-cn/react-native-ble-plx.md
@@ -214,6 +214,8 @@ export default App;
本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。
+> [!TIP] V3.5.1 不需要执行 Codegen。
+
## Link
| | 是否支持autolink | RN框架版本 |
@@ -424,8 +426,11 @@ ohpm install
| writeCharacteristicForService(serviceIdentifier: number, characteristicUUID: string, valueBase64: string,response: boolean, transactionId: string) | write service characteristic | Promise