v1.5.0
Breaking Changes
- Property
avatarUrl
renamed toavatar
for clarity purpose. You can use a remote file using its URL, likeavatar: 'http://urlToYourRemoteImage.extension'
, or a local file usingavatar: require('<path/to/your/local/image.extension>')