0.5.14-rn
版本发布时间: 2017-12-15 11:28:23
jpush/aurora-imui最新发布版本:0.13.0(2019-01-10 10:52:08)
Change Log:
add auto-size feature for inputText. refer to onSizeChange .
iOS
This version does not automatically set the default avatar. if you need set default image ,If you need to deal with the default avatar, you need to pass the native avatar path to User.avatarPath.
New Property
-
messageListBackgroundColor
type: string usage:
// Android
<AndroidPtrLayout
messageListBackgroundColor={"#ffffff"}
/>
// iOS
<MessageList
messageListBackgroundColor={"ffffff"}
/>
-
chatInputBackgroupColor
type: string usage:
// Android & iOS
<ChatInput
chatInputBackgroupColor={"ffffff"}
/>
-
maxBubbleSize
type: number. Value should be zero to one. 1 means take the phone's width usage:
<MessageList
maxBubbleSize={0.7}
/>