I was able to render all three avatar types: Emoji, Image, and ENS:
Emoji:
{F456151}
Image by hardcoding: `const avatarInfo = { type: 'image', uri: 'https://picsum.photos/200' }`
{F456153}
ENS by hardcoding `const avatarInfo = { type: 'ens' }` and the other values like the provider and ethAddress from this [[ https://gist.github.com/Ashoat/461523a089b78554ce3a36dcf3115661 | gist ]]
{F456154}