-
Notifications
You must be signed in to change notification settings - Fork 709
Open
Description
<LinearGradientText
colors={['#382101', '#73442D']}
text={${userData?.name}}
textProps={{
numberOfLines: 1,
ellipsizeMode: 'tail',
lineBreakMode: 'tail',
}}
textStyle={{
marginTop: 8,
fontSize: publicFun.scaleObj.size18,
fontWeight: 'bold',
color: '#000',
maxWidth: scale(200),
borderWidth: 1,
}}
start={{x: 0, y: 0}}
end={{x: 1, y: 0}}
/>
Overflow invalid ellipsis not displayed
Metadata
Metadata
Assignees
Labels
No labels