text overlapping on long device name
parent
8bb1da8d00
commit
ee3d8c8c21
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue