Read Json data that have nested array in react native
I have Json data and want to read genre data specially name key using Native Base. Here is my Json, I got it from TMDB API the genres key using nested array to store the data "genres": [ { "id":…