HowTo: Modify theta-client React Native Demo using the React Native Paper library and other additional styles

I’ve been trying to change the Avatar from text to icon. I’m getting a random icon, not the specified folder icon. Has anyone seen this before?

const LeftContent = props => <Avatar.Icon icon="folder" size={40} />;

I read this Stackoverflow answer, but it didn’t solve the problem for me.

https://www.reddit.com/r/reactnative/comments/wobqry/why_are_my_reactnativepaper_icons_are_jumbled_up/