What is the type of the argument that is passed in to the function associated with the renderitem property in the FlatList
component?
A JSX element
A string that is put inside the list
A JavaScript Object
Function whose argument is bound to each item in the object, and whose return value is a JSX element.