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