Skip to content

Commit 98c4324

Browse files
committed
refactor: remove redundant moduleName method from RNIterableAPI.mm
1 parent b2afdca commit 98c4324

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ios/RNIterableAPI/RNIterableAPI.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ - (void)wakeApp {
343343
return std::make_shared<facebook::react::NativeRNIterableAPISpecJSI>(params);
344344
}
345345

346-
+ (NSString *)moduleName
347-
{
348-
return @"RNIterableAPI";
349-
}
350-
351346
#else
352347

353348
// MARK: - RCTBridgeModule integration for Legacy Architecture

0 commit comments

Comments
 (0)