nosnia-audio-recorder 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -399,11 +399,6 @@ RCT_EXPORT_MODULE(NosniaAudioRecorder)
|
|
|
399
399
|
reject(@"CANCEL_ERROR", exception.reason, nil);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
-
resolve(nil);
|
|
403
|
-
} @catch (NSException *exception) {
|
|
404
|
-
reject(@"CANCEL_ERROR", exception.reason, nil);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
402
|
|
|
408
403
|
- (void)getRecorderStatus:(RCTPromiseResolveBlock)resolve
|
|
409
404
|
reject:(RCTPromiseRejectBlock)reject {
|
|
@@ -505,4 +500,3 @@ RCT_EXPORT_MODULE(NosniaAudioRecorder)
|
|
|
505
500
|
}
|
|
506
501
|
|
|
507
502
|
@end
|
|
508
|
-
@end
|
package/package.json
CHANGED