This commit is contained in:
Andrey Bondarenko
2021-02-17 19:47:34 +10:00
parent f48f0c8e29
commit 8525ca41e5
2 changed files with 1 additions and 6 deletions

View File

@@ -21,11 +21,6 @@ static NSString *const kYMMReactNativeExceptionName = @"ReactNativeException";
RCT_EXPORT_MODULE();
- (id)init {
self = [super init];
return self;
}
- (dispatch_queue_t)methodQueue {
return dispatch_get_main_queue();