diff --git a/en/react-native-button.md b/en/react-native-button.md index 8a09ab171280036289fb6b6744cf654cb764589a..a1d5f4d0ec5606df8747b085cabe8718c99ca0a0 100644 --- a/en/react-native-button.md +++ b/en/react-native-button.md @@ -17,6 +17,12 @@ ## Installation and Usage +| Version | Support RN version | +| ------------------------- | -------------------------- | +| 3.1.0 | 0.72/0.77 | + +For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. + Go to the project directory and execute the following instruction: @@ -111,9 +117,10 @@ react-native-harmony:0.72.20; SDK:HarmonyOS NEXT Developer Beta1; IDE:DevE | `androidBackground` | The background for android devices. | Background Prop Type | | No | Android | no | | `onPress` | Handler to be called when the user taps the button. | Function | | No | All | yes | - ## Known Issues +-[ ] The allowFontScaling property is invalid, and the text font does not change with the modification of the system font.[issue#99](https://github.com/ide/react-native-button/issues/99) + ## Others ## License diff --git a/en/react-native-swipe-gestures.md b/en/react-native-swipe-gestures.md index 147f9ba54519a96f6f0e1ae7be0e0e622c51ec75..681c477e053a13e6e80764f9ac507ce4b7dd67d6 100644 --- a/en/react-native-swipe-gestures.md +++ b/en/react-native-swipe-gestures.md @@ -20,6 +20,12 @@ ## Installation and Usage +| Version | Support RN version | +| ------------------------- | -------------------------- | +| 1.0.5 | 0.72/0.77 | + +For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. + Go to the project directory and execute the following instruction: diff --git a/zh-cn/react-native-button.md b/zh-cn/react-native-button.md index 2eb7758620952ef6437570b0b2a6e65f0fdae9cf..aaa75597f12d0f3da7d0f08211bb0ecf1cd7a3e0 100644 --- a/zh-cn/react-native-button.md +++ b/zh-cn/react-native-button.md @@ -17,6 +17,12 @@ ## 安装与使用 +| 三方库版本 | 支持RN版本 | +| ------------------------- | -------------------------- | +| 3.1.0 | 0.72/0.77 | + +对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 + 进入到工程目录并输入以下命令: @@ -113,11 +119,9 @@ react-native-harmony:0.72.20; SDK:HarmonyOS NEXT Developer Beta1; IDE:DevE | `androidBackground` | The background for android devices. | Background Prop Type | | No | Android | no | | `onPress` | Handler to be called when the user taps the button. | Function | | No | All | yes | - - ## 遗留问题 - 无 +-[ ] allowFontScaling属性无效,文本字体不跟随系统字体的修改而变化。[issue#99](https://github.com/ide/react-native-button/issues/99) ## 其他 diff --git a/zh-cn/react-native-swipe-gestures.md b/zh-cn/react-native-swipe-gestures.md index 695576498bb13831ef4a8bace55fd870424bfd21..27b99b0af8fec1a483fadfeb996a4eca2faf4473 100644 --- a/zh-cn/react-native-swipe-gestures.md +++ b/zh-cn/react-native-swipe-gestures.md @@ -20,6 +20,12 @@ ## 安装与使用 +| 三方库版本 | 支持RN版本 | +| ------------------------- | -------------------------- | +| 1.0.5 | 0.72/0.77 | + +对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 + 进入到工程目录并输入以下命令: