level 1
<Button
onPress={() => {
this.player.pause()
}}
title="Pause"
/>
是在title的部位改成logo吗
2019年06月01日 08点06分
1
level 1
用TouchableOpacity把图片包裹起来,
2019年09月25日 01点09分
3
<TouchableOpacity onPress={}> <Image source={} /></TouchableOpacity>
2019年09月25日 01点09分