After doing a bit of research this is the closest answer i could get but this isnot for scenarioes where we have rowsWithSection. React-Native Updating List View DataSource
The Problem i am facing is Something like this; The users first goes to contacts list and then they drill down to see a specific contact detail and they can modify it; assume they modified the name of the person ; now when they navigate back the list view; the listView should be refreshed and updated; but since my listView has Sections the previous example was not straight forward and i couldn't get my head around the solution provided. picture of Contacts List and Detail
the structure of my dataset i am passing to my listView looks like this:
{'a':[{},{}], b:[{}]}
if any one has done such a thing pleaseeee help.
Thank you!