data.map((item) => not showing item for item.first_name code example
Example: react native map array of objects
var tmp_array = [
{ headline: "Test", text: "Test text", send_at: "test date" }
];
var tmp_array = [
{ headline: "Test", text: "Test text", send_at: "test date" }
];