I want to open the link in the data.json file that I created in react-native and I don't know how to do it, can you help me?
<TouchableOpacity
style={styles.play}
onPress={() => Linking.openURL('props.song.musicUrl') }
>
<Text style ={styles.play_button}>Press Here</Text>
`{ "id":0,
"imageUrl":"https://i.pinimg.com/564x/94/28/8f/94288fe9af3ede8f4e07505da921f373.jpg",
"musicUrl":"https://www.youtube.com/watch?v=s6vXWtNZu0c"
},`