выдает ошибку
<View key={a.id}
style={{ flexDirection: 'column', justifyContent: 'space-between', alignContent: 'stretch'}}>
<TouchableOpacity onPress={() => {this.downloadAttachment()}}>
<Text ellipsizeMode='tail' numberOfLines={2}
style={{alignSelf:'flex-start', width:120, textAlign: 'center',fontWeight: 'bold' }}>
{a.name}
</Text>
{ a.image ?
(
<Image
source={{ uri: a.image }}
style={{ width: 120, height: 120 }}
/>
):
( <SvgByMimetype mimetype={a.mimetype} width={120} height={120}/> )
}
</TouchableOpacity >
</View>
щас бы код текстом чтобы мы в телеге смотрели…. можно скрином?
Обсуждают сегодня