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 ( - +