Hi, I am trying to develop React Native app (I have GitHub users API) I am using the response data to display list, and this data in a list have Image-avatar image URL, Text-username, name, description, Buttons-followers - followers count and following - the following count
So I tried designing my list as
left handle side - tried putting the image and at the bottom of the image I put the username
middle - I tried putting the name, description
right-hand side buttons contain followers count with text followers
Button contains the following count with text following
I want ideas on how this list can be created with good design.