-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addRecordBackListener not working when passing params in startRecorder function #598
Comments
What android version are you using in the simulator? |
iOS callback addRecordBackListener not working too when use path prop. Example success work:
Not working:
May be problem is directory path, if use only name it work,
|
Thank you for your solution. This worked perfectly. In Android Version > 12 you can't ask for external storage permissions only record audio. So if you put a path in the startRecorder() this wouldn't work. |
};
"react-native-audio-recorder-player": "^3.6.6",
"react-native": "^0.72.7",
issue on both platforms
the console log statement in the listener should work
the console log statement in the listener doesnt work
The text was updated successfully, but these errors were encountered: