diff --git a/README.md b/README.md index bffb5f7..f797e1d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [中文文档](https://github.com/mahaaoo/react-native-maui/blob/main/README.zh.md) -This project contains the basic components commonly used in ReactNative, and the code is based on RN0.68. All components are implemented by `funciton components` and `hooks`, coded in `typescript`. Animations and interactions are implemented by `react-native-reanimated`, `react-native-gesture-handler` and `react-native-svg`. +This project contains the basic components commonly used in ReactNative. All components are implemented by `funciton components` and `hooks`, coded in `typescript`. Animations and interactions are implemented by `react-native-reanimated`, `react-native-gesture-handler` and `react-native-svg`. > This project is developed by individuals, the stability and adaptability of the components cannot be guaranteed, please use with caution diff --git a/README.zh.md b/README.zh.md index 9caccc9..d82d229 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ # react-native-maui -此项目包含了ReactNative中常用的基础组件,代码基于RN0.68。所有的组件均由funciton components和hooks的实现,采用typescript编码。 +此项目包含了ReactNative中常用的基础组件。所有的组件均由funciton components和hooks的实现,采用typescript编码。 动画及交互效果由`react-native-reanimated`、`react-native-gesture-handler` 和 `react-native-svg`实现。 > 此项目由个人开发,不能保证组件的稳定性及适配度,请谨慎使用