Check out example codes for "using mediamanager how to play mp3 files". It will help you in understanding the concepts better.
Code Example 1
// when you have it in your resources do this in your async void
await CrossMediaManager.Current.PlayFromResource("myAudio.mp3");
Learn ReactJs, React Native from akashmittal.com