You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/install.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,9 @@ function installModule(Module: any) {
61
61
}
62
62
63
63
functionverifyInstallation(){
64
-
if(global.createOscillator==null)
64
+
if(global.createOscillator==null){
65
65
thrownewError(
66
66
'Failed to install react-native-audio-context, the native initializer private does not exist. Are you trying to use Audio Context from different JS Runtimes?'
0 commit comments