【发布时间】:2021-07-13 16:50:50
【问题描述】:
<View style={{flexDirection: 'row'}}>
<Text style={{textAlign: 'justify'}}>
Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in
laying out print, graphic or web designs. The passage is attributed to
an unknown typesetter in the 15th century who is thought to have
scrambled parts of Cicero's De Finibus Bonorum et Malorum for use in a
type specimen book.
</Text>
<Image
source={{
uri: item.url,
}}
style={{
height: 180,
width: 180,
}}
/>
</View>
【问题讨论】:
标签: react-native