diff --git a/en/react-native-paper.md b/en/react-native-paper.md index 868b28776721e6ffd3381926d1e4d1d6091f6c2b..18c86bf3cfda40dbcf35a90bd64eadd6f997f143 100644 --- a/en/react-native-paper.md +++ b/en/react-native-paper.md @@ -332,22 +332,22 @@ View details[Paper](https://callstack.github.io/react-native-paper/docs/componen **ActivityIndicator**:Activity indicator is used to present progress of some activity in the app. It can be used as a drop-in for the ActivityIndicator shipped with React Native | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | -| animating | Whether to show the indicator or hide it | boolean | Yes | All | Yes | -| color | The color of the spinner | string | Yes | All | Yes | -| size | Size of the indicator | small \| large \| number | No | All | Yes | -| hidesWhenStopped | Whether the indicator should hide when not animating | boolean | No | All | Yes | -| theme | theme | ThemeProp | Yes | All | Yes | -| style | style | Animated.WithAnimatedValue> | Yes | All | Yes | +| animating | Whether to show the indicator or hide it | boolean | NO | All | Yes | +| color | The color of the spinner | string | NO | All | Yes | +| size | Size of the indicator | small \| large \| number | NO | All | Yes | +| hidesWhenStopped | Whether the indicator should hide when not animating | boolean | NO | All | Yes | +| theme | theme | ThemeProp | NO | All | Yes | +| style | style | Animated.WithAnimatedValue> | NO | All | Yes | **Appbar**:A component to display action items in a bar. It can be placed at the top or bottom | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | -| children | Content of the Appbar | React.ReactNode | Yes | All | Yes | -| mode | Mode of the Appbar. | small \| medium \| large \| center-aligned | Yes | All | Yes | -| elevated | Whether Appbar background should have the elevation along with primary color pigment. | boolean | No | All | Yes | -| safeAreaInsets | Safe area insets for the Appbar | { bottom?: number; top?: number; left?: number; right?: number; } | No | All | Yes | -| theme | theme | ThemeProp | Yes | All | Yes | -| style | style | Animated.WithAnimatedValue> | Yes | All | Yes | +| children | Content of the Appbar | React.ReactNode | NO | All | Yes | +| mode | Mode of the Appbar. | small \| medium \| large \| center-aligned | NO | All | Yes | +| elevated | Whether Appbar background should have the elevation along with primary color pigment. | boolean | NO | All | Yes | +| safeAreaInsets | Safe area insets for the Appbar | { bottom?: number; top?: number; left?: number; right?: number; } | NO | All | Yes | +| theme | theme | ThemeProp | NO | All | Yes | +| style | style | Animated.WithAnimatedValue> | NO | All | Yes | **Appbar.Action**:A component used to display an action item in the appbar. diff --git a/zh-cn/react-native-paper.md b/zh-cn/react-native-paper.md index 9bf20bc33a077a82711138fd3a6d61e71c8149b6..1c0857a840c7109faaac9ed760f1de56ee1a8dbd 100644 --- a/zh-cn/react-native-paper.md +++ b/zh-cn/react-native-paper.md @@ -331,22 +331,22 @@ export default function App() { **ActivityIndicator**:Activity indicator is used to present progress of some activity in the app. It can be used as a drop-in for the ActivityIndicator shipped with React Native | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | -| animating | Whether to show the indicator or hide it | boolean | Yes | All | Yes | -| color | The color of the spinner | string | Yes | All | Yes | -| size | Size of the indicator | small \| large \| number | No | All | Yes | -| hidesWhenStopped | Whether the indicator should hide when not animating | boolean | No | All | Yes | -| theme | theme | ThemeProp | Yes | All | Yes | -| style | style | Animated.WithAnimatedValue> | Yes | All | Yes | +| animating | Whether to show the indicator or hide it | boolean | NO | All | Yes | +| color | The color of the spinner | string | NO | All | Yes | +| size | Size of the indicator | small \| large \| number | NO | All | Yes | +| hidesWhenStopped | Whether the indicator should hide when not animating | boolean | NO | All | Yes | +| theme | theme | ThemeProp | NO | All | Yes | +| style | style | Animated.WithAnimatedValue> | NO | All | Yes | **Appbar**:A component to display action items in a bar. It can be placed at the top or bottom | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | -| children | Content of the Appbar | React.ReactNode | Yes | All | Yes | -| mode | Mode of the Appbar. | small \| medium \| large \| center-aligned | Yes | All | Yes | -| elevated | Whether Appbar background should have the elevation along with primary color pigment. | boolean | No | All | Yes | -| safeAreaInsets | Safe area insets for the Appbar | { bottom?: number; top?: number; left?: number; right?: number; } | No | All | Yes | -| theme | theme | ThemeProp | Yes | All | Yes | -| style | style | Animated.WithAnimatedValue> | Yes | All | Yes | +| children | Content of the Appbar | React.ReactNode | NO | All | Yes | +| mode | Mode of the Appbar. | small \| medium \| large \| center-aligned | NO | All | Yes | +| elevated | Whether Appbar background should have the elevation along with primary color pigment. | boolean | NO | All | Yes | +| safeAreaInsets | Safe area insets for the Appbar | { bottom?: number; top?: number; left?: number; right?: number; } | NO | All | Yes | +| theme | theme | ThemeProp | NO | All | Yes | +| style | style | Animated.WithAnimatedValue> | NO | All | Yes | **Appbar.Action**:A component used to display an action item in the appbar.