Skip to content

Commit 1301da8

Browse files
philIipfacebook-github-bot
authored andcommitted
remove unnecessary requiresMainQueueSetup (#41295)
Summary: Pull Request resolved: #41295 Changelog: [Internal] modules will be setup on main queue for any the following criteria: - override requiresMainQueueSetup and set it to yes - have a method that starts with `init` - have `constantsToExport` implemented these methods return `NO` but don't fulfill the latter criteria, so we should just delete them Reviewed By: cipolleschi Differential Revision: D50919151 fbshipit-source-id: 662bd067a1bae0f81acfabfc95b2a2af0c0a3180
1 parent a2a219c commit 1301da8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-native/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ @implementation RCTInputAccessoryViewManager
1414

1515
RCT_EXPORT_MODULE()
1616

17-
+ (BOOL)requiresMainQueueSetup
18-
{
19-
return NO;
20-
}
21-
2217
- (UIView *)view
2318
{
2419
return [[RCTInputAccessoryView alloc] initWithBridge:self.bridge];

0 commit comments

Comments
 (0)