React native: group array items to build a section list
I'd like to create a section list in react native, but I have to organize my REST API JSON response. Here is my JSON { "movies": [ { "id": "1", "title": "Star Wars", "releaseYear": "1990" }, { "id": "2", "title":…