Skip to content

Commit

Permalink
[LOCAL] Remove conformance to RCTComponentViewFactoryComponentProvide…
Browse files Browse the repository at this point in the history
…r which does not exists in 0.72
  • Loading branch information
Riccardo Cipolleschi committed May 25, 2023
1 parent dd9a5ab commit ee177ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

static NSString *const kRNConcurrentRoot = @"concurrentRoot";

@interface RCTAppDelegate () <RCTTurboModuleManagerDelegate, RCTComponentViewFactoryComponentProvider> {
@interface RCTAppDelegate () <RCTTurboModuleManagerDelegate> {
std::shared_ptr<const facebook::react::ReactNativeConfig> _reactNativeConfig;
facebook::react::ContextContainer::Shared _contextContainer;
}
Expand Down

0 comments on commit ee177ca

Please sign in to comment.