diff --git a/en/NativeBase.md b/en/NativeBase.md index dc6ab15575b26b2a4d574bb8355a2915d62e8c44..7fe6bb562697ef3bf19d89096a9b516453f3631b 100644 --- a/en/NativeBase.md +++ b/en/NativeBase.md @@ -131,6 +131,10 @@ The following component attributes are currently supported: **Center**: Center aligns its contents to the center within itself. It is a layout component. [Center implements View](https://reactnative.dev/docs/view#props) +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| :-------: | :----------------------------------------------------------: | :-----: | :------: | :------: | :---------------: | +| focusable | Use a non-touch input device (such as ahardware keyboard) to focus on this view | Boolean | No | Android | No | + **Container**: The Container restricts a content's width according to current breakpoint, while keeping the size fluid. [The container implements the functions of the box. Therefore, all attributes of the box can be transferred to the container.] diff --git a/zh-cn/NativeBase.md b/zh-cn/NativeBase.md index 9d20d5eab567700fddf2091f542127d6e44efd26..47f675c83fc2e1553c4088b80ade759d3734807c 100644 --- a/zh-cn/NativeBase.md +++ b/zh-cn/NativeBase.md @@ -145,6 +145,10 @@ const styles = StyleSheet.create({ **Center**: 布局组件中心对齐 [继承了React Native中View参数](https://reactnative.dev/docs/view#props) +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| :-------: | :------------------------------------------------------: | :-----: | :------: | :------: | :---------------: | +| focusable | 使用非触控输入设备(例如通过硬件键盘)来对该视图进行聚焦 | Boolean | No | Android | No | + **Container**: 容器根据当前断点限制内容的宽度,同时保持尺寸的流动性。 [Container实现了Box的功能,所以所有Box的属性都能传给Container]