我正在使用https://react-native-training.github.io/react-native-elements/API/card/
当图像设置到卡中时,由于某种原因,可以对本机元素进行反应。它很暗,原始图像不是这样的。
我在不同的页面上尝试过,所有相同的“黑暗图像”结果。
import { Card, Button, Icon } from 'react-native-elements';
<Card
title='Title'
image={{uri: 'https://maps.googleapis.com/maps/api/staticmap?center=Singapore,+Bukit+Batok&zoom=17&scale=false&size=600x300&maptype=roadmap&format=jpg&visual_refresh=false&markers=size:mid%7Ccolor:0xff0000%7Clabel:1%7CSingapore,+Bukit+Batok'}}>
<Text style={{marginBottom: 10}}>
{item.title}
</Text>
<Button
icon={{name:'my-location'}}
backgroundColor='#03A9F4'
buttonStyle={{borderRadius: 0, marginLeft: 0, marginRight: 0, marginBottom: 0}}
title='Button' />
</Card>
答案 0 :(得分:0)
https://github.com/react-native-training/react-native-elements/pull/637
这是一个错误,将在下一个版本中修复