@shopify/react-native-skia 2.6.7 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apple/RNSkiaModule.mm +1 -1
- package/apple/SkiaManager.mm +1 -1
- package/package.json +1 -1
package/apple/RNSkiaModule.mm
CHANGED
|
@@ -35,7 +35,7 @@ RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(install) {
|
|
|
35
35
|
// Already initialized, ignore call.
|
|
36
36
|
return @true;
|
|
37
37
|
}
|
|
38
|
-
#ifndef
|
|
38
|
+
#ifndef RCT_REMOVE_LEGACY_ARCH
|
|
39
39
|
if (!jsInvoker) {
|
|
40
40
|
RCTCxxBridge *cxxBridge = (RCTCxxBridge *)self.bridge;
|
|
41
41
|
jsInvoker = cxxBridge.jsCallInvoker;
|
package/apple/SkiaManager.mm
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
// Forward-declared runtime accessor that is satisfied by RCTCxxBridge
|
|
11
11
|
// (legacy/transitional) and RCTBridgeProxy (bridgeless). Avoids referencing
|
|
12
|
-
// RCTCxxBridge directly, which is compiled out when
|
|
12
|
+
// RCTCxxBridge directly, which is compiled out when RCT_REMOVE_LEGACY_ARCH
|
|
13
13
|
// is set (React Native 0.82+).
|
|
14
14
|
@interface RCTBridge (RNSkiaRuntime)
|
|
15
15
|
- (void *)runtime;
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"setup-skia-web": "scripts/setup-canvaskit.js"
|
|
9
9
|
},
|
|
10
10
|
"title": "React Native Skia",
|
|
11
|
-
"version": "2.6.
|
|
11
|
+
"version": "2.6.8",
|
|
12
12
|
"description": "High-performance React Native Graphics using Skia",
|
|
13
13
|
"main": "lib/module/index.js",
|
|
14
14
|
"react-native": "src/index.ts",
|