sdcxtech / react-native-troika

Native UI Component for React Native, including nested-scroll, pull-to-refresh, bottom-sheet, etc.
https://todoit.tech
173 stars 23 forks source link

聊天场景时,列表数据为空时,列表被顶出屏幕区域 #39

Open gancao297871092 opened 3 months ago

gancao297871092 commented 3 months ago

聊天场景时,列表数据为空时,列表被顶出屏幕区域,此时发送消息,如果键盘不失去焦点,会看不见最顶上的最新消息,希望同微信聊天交互一样

weiningtry7 commented 3 months ago

可以用view包裹list,设置paddingBottom。

gancao297871092 commented 3 months ago

可以用view包裹list,设置paddingBottom。

不行哎,整个视图都顶出去了,如果此时消息为空,发送第一条消息的时候,会出现在视图外

weiningtry7 commented 3 months ago

translateY作用在底部工具栏的视图上,做y轴的向上偏移。paddingBottom作用在消息list的父视图上。