Skip to content

Commit ee3bd57

Browse files
author
Christopher J. Brody
committed
Remove methodQueue method on iOS
1 parent 878cf7d commit ee3bd57

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

templates/ios.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ end
4444
4545
RCT_EXPORT_MODULE()
4646
47-
- (dispatch_queue_t)methodQueue
48-
{
49-
return dispatch_get_main_queue();
50-
}
51-
5247
RCT_EXPORT_METHOD(sampleMethod:(NSString *)stringArgument numberParameter:(nonnull NSNumber *)numberArgument callback:(RCTResponseSenderBlock)callback)
5348
{
5449
// TODO: Implement some real useful functionality

0 commit comments

Comments
 (0)