avishayil/react-native-user-avatar

Could not get abbr from name

Closed this issue · 1 comments

Looks like another user was having the same issue, but they closed the ticket—#56

Initials are rendering just fine, but this warning gets spammed intermittently.

if (!abbr) {
console.warn('Could not get abbr from name');
abbr = name;
}

Since default props are set, you could always fallback to 'JD'—it looks like the root issue is somewhere in the initials package.

Should be fixed with v1.0.8