react native render object of array to flatlist code example
Example: how to show array of objects in flatlist react native
<Flatlist
data={Object.values(obj)}
...
/>
<Flatlist
data={Object.values(obj)}
...
/>