diff --git a/App.js b/App.js
index bcc0af4..945e5c2 100644
--- a/App.js
+++ b/App.js
@@ -17,7 +17,7 @@ export default function App() {
{
+ // console.log("Displaying: ", item);
return (
- {item}
+
+ {item.text}
);
};
function HomeScreen() {
+ LogBox.ignoreLogs(["VirtualizedLists should never be nested"]);
return (
item + index}
+ // keyExtractor={(item, index) => item + index}
data={section.data}
renderItem={({ item, index }) => }
- >
+ />
>
)}
renderItem={({ item }) => null}