Answers for "react native flat list show second object of array"

0

how to show array of objects in flatlist react native

<Flatlist 
   data={Object.values(obj)}
   ...
  />
Posted by: Guest on November-07-2020

Code answers related to "react native flat list show second object of array"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language