Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaaoo committed Sep 8, 2024
1 parent fbc5da5 commit 172986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -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`实现。

> 此项目由个人开发,不能保证组件的稳定性及适配度,请谨慎使用
Expand Down

0 comments on commit 172986c

Please sign in to comment.