反应原生元素,卡片样式叠加问题

时间:2017-10-03 14:49:21

标签: react-native expo

反应天然元素

我正在使用https://react-native-training.github.io/react-native-elements/API/card/

当图像设置到卡中时,由于某种原因,可以对本机元素进行反应。它很暗,原始图像不是这样的。

我在不同的页面上尝试过,所有相同的“黑暗图像”结果。

enter image description here

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>

1 个答案:

答案 0 :(得分:0)

https://github.com/react-native-training/react-native-elements/pull/637

这是一个错误,将在下一个版本中修复