text overlapping on long device name
parent
8bb1da8d00
commit
ee3d8c8c21
|
@ -47,8 +47,10 @@ export default function Sidebar(props) {
|
|||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<View>
|
||||
<View style={{ flex: 1 }}>
|
||||
<Text
|
||||
numberOfLines={1}
|
||||
ellipsizeMode="tail"
|
||||
style={{
|
||||
color: focusedColor,
|
||||
fontWeight: "bold",
|
||||
|
|
Loading…
Reference in New Issue