-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Feature Request
Hi,
As the library contains native code, that makes it not straightforward to test files that include react-native-audio-api as I get the following error: Failed to install react-native-audio-api: The native module could not be found
It is understandable why I get such as an error as the native code is not available, so it would be nice to have a js mock to be used in testing
OmarTou76 and tfkennedy777