Skip to content

Commit

Permalink
Merge pull request #1013 from amgleitman/amgleitman/0.66-stable-cherr…
Browse files Browse the repository at this point in the history
…y-pick-1004

Cherry pick #1004 into 0.66-stable
  • Loading branch information
amgleitman committed Feb 8, 2022
2 parents 0b58ac1 + e9cc8e8 commit 040118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions React/CoreModules/RCTDevSettings.h
Expand Up @@ -48,16 +48,6 @@

@end

@protocol RCTDevSettingsInspectable <NSObject>

/**
* Whether current jsi::Runtime is inspectable.
* Only set when using as a bridgeless turbo module.
*/
@property (nonatomic, assign, readwrite) BOOL isInspectable;

@end

@interface RCTDevSettings : RCTEventEmitter <RCTInitializing>

- (instancetype)initWithDataSource:(id<RCTDevSettingsDataSource>)dataSource;
Expand Down
4 changes: 2 additions & 2 deletions React/Modules/RCTEventEmitter.h
Expand Up @@ -14,8 +14,8 @@
@interface RCTEventEmitter : NSObject <RCTBridgeModule, RCTInvalidating>

@property (nonatomic, weak) RCTBridge * _Nullable bridge; // TODO(macOS GH#774)
@property (nonatomic, weak) RCTModuleRegistry *moduleRegistry;
@property (nonatomic, weak) RCTViewRegistry *viewRegistry_DEPRECATED;
@property (nonatomic, weak) RCTModuleRegistry * _Nullable moduleRegistry; // TODO(macOS GH#774)
@property (nonatomic, weak) RCTViewRegistry * _Nullable viewRegistry_DEPRECATED; // TODO(macOS GH#774)

- (instancetype _Nullable)initWithDisabledObservation; // TODO(macOS GH#774)

Expand Down

0 comments on commit 040118c

Please sign in to comment.