function getItemCount(_data) {
function getItem(_data, index) {
id: "bd7acbea-c1b1-46c2-aed5-3ad53abb28ba",
fullName: "Aafreen Khan",
"https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500",
id: "3ac68afc-c605-48d3-a4f8-fbd91aa97f63",
fullName: "Sujitha Mathur",
recentText: "Cheer up, there!",
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyEaZqT3fHeNrPGcnjLLX1v_W4mvBlgpwxnA&usqp=CAU",
id: "58694a0f-3da1-471f-bd96-145571e29d72",
fullName: "Anci Barroco",
avatarUrl: "https://miro.medium.com/max/1400/0*0fClPmIScV5pTLoE.jpg",
id: "68694a0f-3da1-431f-bd56-142371e29d72",
fullName: "Aniket Kumar",
recentText: "All the best",
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSr01zI37DYuR8bMV5exWQBSw28C1v_71CAh8d7GP1mplcmTgQA6Q66Oo--QedAN1B4E1k&usqp=CAU",
id: "28694a0f-3da1-471f-bd96-142456e29d72",
recentText: "I will call today.",
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRBwgu1A5zgPSvfE83nurkuzNEoXs9DMNr8Ww&usqp=CAU",
<Heading size="xl" p="$4" pb="$3">
getItemCount={getItemCount}
renderItem={({ item }) => (
borderColor="$trueGray800"
borderColor: "$trueGray100",
<HStack space="md" justifyContent="space-between">
<AvatarImage source={{ uri: item.avatarUrl }} />