Below, I'm stopping an active recording; Getting reference to the URI of the recording.
I would like to then convert the file into mp4 or mp3.
console.log('Stopping recording..');
await recording.stopAndUnloadAsync();
const recordingUri = recording.getURI();
console.log('Recording stopped and stored at URI', recordingUri);