Skip to content

Commit 2b8b022

Browse files
authored
Fix Property setImmediate doesn't exist issue (#8089)
1 parent e1a4cd7 commit 2b8b022

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

lib/ios/RNNAppDelegate.mm

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,6 @@ - (RCTRootViewFactory *)createRCTRootViewFactory
7272
return [[RCTRootViewFactory alloc] initWithConfiguration:configuration andTurboModuleManagerDelegate:self];
7373
}
7474

75-
#pragma mark RCTTurboModuleManagerDelegate
76-
77-
- (Class)getModuleClassFromName:(const char *)name {
78-
return RCTCoreModulesClassProvider(name);
79-
}
80-
81-
- (std::shared_ptr<facebook::react::TurboModule>)
82-
getTurboModule:(const std::string &)name
83-
jsInvoker:(std::shared_ptr<facebook::react::CallInvoker>)jsInvoker {
84-
return nullptr;
85-
}
86-
87-
- (std::shared_ptr<facebook::react::TurboModule>)
88-
getTurboModule:(const std::string &)name
89-
initParams:(const facebook::react::ObjCTurboModule::InitParams &)params {
90-
return nullptr;
91-
}
92-
93-
- (id<RCTTurboModule>)getModuleInstanceFromClass:(Class)moduleClass {
94-
return RCTAppSetupDefaultModuleFromClass(moduleClass, self.dependencyProvider);
95-
}
96-
9775
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge {
9876
[NSException raise:@"RCTBridgeDelegate::sourceURLForBridge not implemented"
9977
format:@"Subclasses must implement a valid sourceURLForBridge method"];

0 commit comments

Comments
 (0)