Skip to content

In IOS the app is getting crash with error "RNAudioRecorderPlayer/RNAudioRecorderPlayer.swift:429: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value" #427

@CRupesh

Description

@CRupesh

Code is as follows

await audioRecorderPlayer.startPlayer(path);
audioRecorderPlayer.setVolume(1.0);
audioRecorderPlayer.addPlayBackListener((e) => {
if (e.currentPosition === e.duration) {
audioRecorderPlayer.stopPlayer();
}
});

Version of react-native-audio-recorder-player : 3.3.4

Version of React Native : 0.66.4

Platforms you faced the error (IOS or Android or both?) : IOS

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions