diff --git a/README.md b/README.md index 796ca90a..b6ad9a30 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,11 @@ Ready components: - [IMUIMessageCollectionView](./docs/iOS/IMUIMessageCollectionView_usage.md) - [IMUIInputView](./docs/iOS/IMUIInputView_usage.md) +### React Native +- [AuroraIMUI](./ReactNative/README.md) + ## Contribute + Please contribute! [Look at the issues](https://github.com/jpush/imui/issues). ## License diff --git a/README_zh.md b/README_zh.md index 94a3900e..922681df 100644 --- a/README_zh.md +++ b/README_zh.md @@ -49,6 +49,9 @@ Aurora IMUI 是个通用的即时通讯(IM)UI 库,不特定于任何 IM SD - [IMUIMessageCollectionView](./docs/iOS/IMUIMessageCollectionView_usage_iOS_zh.md) - [IMUIInputView](./docs/iOS/IMUIInputView_usage_zh.md) +### React Native +- [AuroraIMUI](./ReactNative/README_zh.md) + ## Contribute 欢迎提交 PR 与提出 Issues。 diff --git a/package.json b/package.json index 03dce033..4311d52b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurora-imui-react-native", - "version": "0.3.1", + "version": "0.3.2", "description": "aurora imui plugin for react native application", "main": "index.js",