avishayil / react-native-user-avatar

Avatar Component For React Native
MIT License
206 stars 57 forks source link

Error Warning when using UserAvatar #131

Open dsanmart opened 1 month ago

dsanmart commented 1 month ago

Warning: UserAvatar: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

Code snippet:

import UserAvatar from 'react-native-user-avatar'

<UserAvatar name={name} size={31} bgColors={[
    '#FFB400',  // Bold amber
    '#4A90E2',  // Strong blue
    '#50C878',  // Emerald green
    '#D35400',  // Burnt orange
    '#34495E',  // Slate blue-gray
]}/>

React Native version: 0.74.5

Screenshot 2024-10-15 at 15 21 16