DalerAsrorov/react-native-small-workshop

Order chatrooms and messages by timestamp

DalerAsrorov opened this issue · 1 comments

When data is fetched, it's not ordered. It needs to be ordered before coming from the API response.

Just ordering by messages is enough for now. Resolved by 58ac863