React Native error, "Text strings must be rendered with <Text> component" but its not a text string?
I am trying to make a chat app in react native, with firebase for data and authentication. I am now trying to make the screen which will display a chat feed, fetching a collection of messages from my firebase project…