react-native-voice-recorder
react-native-voice-recorder copied to clipboard
Playing back a specific recording using a recordings path
After I record, I save the recording path and save it locally. At a later stage, I try to playback this specific recording using the path I have saved, but the player will only play back my most recent recording. Is there anyway to workaround this? Not sure why it only plays back most recent recording when I am passing a specific path into function.

@colleenmcg: Could you share the Platform and Software Stack, please.
Thanks </ Pranav >
I’m developing on Mac OS for an ios device. Using metro server / xcode to run the app.