Accessing Objects within Objects from a FlatList In React Native
I am new to react and am trying to build a simple app however am having trouble accessing objects within objects. I have tried to replace the FlatList with a VirtualizedList like the documentation suggests when the data is not…