text overlapping on long device name

main
alex 2023-08-01 21:45:44 +00:00
parent 8bb1da8d00
commit ee3d8c8c21
1 changed files with 3 additions and 1 deletions

View File

@ -47,8 +47,10 @@ export default function Sidebar(props) {
alignItems: "center", alignItems: "center",
}} }}
> >
<View> <View style={{ flex: 1 }}>
<Text <Text
numberOfLines={1}
ellipsizeMode="tail"
style={{ style={{
color: focusedColor, color: focusedColor,
fontWeight: "bold", fontWeight: "bold",