RN Android tintColor 切换时image会消失
2021-10-15 本文已影响0人
半个木头人
{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' }} />}