mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
13 lines
177 B
Mathematica
13 lines
177 B
Mathematica
|
|
||
|
#import "RNInstabugReactnative.h"
|
||
|
|
||
|
@implementation RNInstabugReactnative
|
||
|
|
||
|
- (dispatch_queue_t)methodQueue
|
||
|
{
|
||
|
return dispatch_get_main_queue();
|
||
|
}
|
||
|
RCT_EXPORT_MODULE()
|
||
|
|
||
|
@end
|
||
|
|