Recyclerlistview: How can we reverse the nature of RecyclerListView in React-Native ?

Created on 20 Mar 2019  路  1Comment  路  Source: Flipkart/recyclerlistview

I am trying to make chat UI using RecyclerViewList in React Native. I am not able to figure out how to reverse the RecyclerViewList. By reverse I mean, user scrolls from bottom to top (to view old messages) and when new data is dynamically inserted at the bottom, it automatically keeps the scroll to the end.

Most helpful comment

Easiest way is to apply a ScaleY: -1 transform on RLV and each item inside it.

>All comments

Easiest way is to apply a ScaleY: -1 transform on RLV and each item inside it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacquesdev picture jacquesdev  路  6Comments

nehacurefit picture nehacurefit  路  4Comments

jasonmerino picture jasonmerino  路  6Comments

abrenoch picture abrenoch  路  6Comments

ardyfeb picture ardyfeb  路  6Comments