I was able to render all three avatar types: Emoji, Image, and ENS
Emoji:
{F459432}
Image (by hardcoding `const avatarInfo = { type: 'image', uri: 'https://picsum.photos/200' }`):
{F459434}
ENS (by hardcoding `const avatarInfo = { type: 'ens' }` and the `ensAvatarURI` I tested with in D7246):
{F459436}