diff --git a/src/Avatar.tsx b/src/Avatar.tsx index 19cb546..4f8c2e0 100644 --- a/src/Avatar.tsx +++ b/src/Avatar.tsx @@ -8,6 +8,7 @@ import { TextStyle, View, ViewProps, + ViewStyle, } from 'react-native'; import Initials from './Initials'; @@ -26,7 +27,7 @@ export interface Props extends ViewProps { color?: string; radius?: number; colorize?: boolean; - style?: StyleProp; + style?: StyleProp; textStyle?: StyleProp; badge?: BadgeProps['value']; badgeColor?: BadgeProps['color'];