native-audio icon indicating copy to clipboard operation
native-audio copied to clipboard

Added missing call.resolve() call to configure()

Open nicorac opened this issue 2 years ago • 0 comments

Android configure() method is missing call.resolve() call.

This causes this code to wait forever:

await NativeAudio.configure({ focus: false });

nicorac avatar Nov 18 '23 00:11 nicorac