{location === selected
? <Image source={image} key='selected' />
: <Image source={image} style={{ tintColor: 'lightgrey' }} />}
{location === selected
? <Image source={image} key='selected' />
: <Image source={image} style={{ tintColor: 'lightgrey' }} />}
本文标题:RN Android tintColor 切换时image会消失
本文链接:https://www.haomeiwen.com/subject/uxvmoltx.html
网友评论