Open jaybowang opened 3 years ago
This commit has fixed the issue, saved my day
same issue "react-native-audio-record": "^0.2.2", "react-native": "0.63.4",
Found solution https://github.com/goodatlas/react-native-audio-record/blob/master/Example/App2.js it must be on class i have code in function
<Video ... ignoreSilentSwitch={'ignore'} /> try this.
Steps to reproduce
I found this line might lead to this problem.
https://github.com/goodatlas/react-native-audio-record/blob/6dd4c713eeaa95c491f3c4c900b4c8912e41d885/ios/RNAudioRecord.m#L33
Respecting the previous category would solve this. I'll create a PR later.