react native map object to array 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" }
];