mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-02-28 21:20:40 +00:00
13 lines
177 B
Objective-C
13 lines
177 B
Objective-C
|
|
#import "RNInstabugReactnative.h"
|
|
|
|
@implementation RNInstabugReactnative
|
|
|
|
- (dispatch_queue_t)methodQueue
|
|
{
|
|
return dispatch_get_main_queue();
|
|
}
|
|
RCT_EXPORT_MODULE()
|
|
|
|
@end
|
|
|