kadiks / react-native-itunes

iTunes module for React Native
MIT License
62 stars 39 forks source link

Track Item path #18

Closed jlorencelim closed 6 years ago

jlorencelim commented 6 years ago

Is there a way I can retrieve the path of the track item when using the getTracks?

kadiks commented 6 years ago

Yes, you'd want to use assetUrl key in the fields parameter.

Have a look at this answer for more details: https://github.com/kadiks/react-native-itunes/issues/7#issuecomment-325927504

Very important: you will only see the path of tracks you own.