I try this code to make image as background for button :
<Button style= {styles.btn }>
<Image source={ require('.src.png')} style={styles.img}/>
<Text> title </Text>
</Button>
But I don't get the correct result Any help, please