Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/skia/apple/RNSkiaModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ - (void)invalidate {
// Already initialized, ignore call.
return @true;
}
#ifndef RCT_DISABLE_LEGACY_ARCH
#ifndef RCT_REMOVE_LEGACY_ARCH
if (!jsInvoker) {
RCTCxxBridge *cxxBridge = (RCTCxxBridge *)self.bridge;
jsInvoker = cxxBridge.jsCallInvoker;
Expand Down
2 changes: 1 addition & 1 deletion packages/skia/apple/SkiaManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// Forward-declared runtime accessor that is satisfied by RCTCxxBridge
// (legacy/transitional) and RCTBridgeProxy (bridgeless). Avoids referencing
// RCTCxxBridge directly, which is compiled out when RCT_DISABLE_LEGACY_ARCH
// RCTCxxBridge directly, which is compiled out when RCT_REMOVE_LEGACY_ARCH
// is set (React Native 0.82+).
@interface RCTBridge (RNSkiaRuntime)
- (void *)runtime;
Expand Down
Loading