@shopify/react-native-skia 1.11.2 → 1.11.3
Sign up to get free protection for your applications and to get access to all the features.
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": "1.11.
|
11
|
+
"version": "1.11.3",
|
12
12
|
"description": "High-performance React Native Graphics using Skia",
|
13
13
|
"main": "lib/module/index.js",
|
14
14
|
"react-native": "src/index.ts",
|
@@ -52,7 +52,7 @@ Pod::Spec.new do |s|
|
|
52
52
|
"HEADER_SEARCH_PATHS" => '"$(PODS_TARGET_SRCROOT)/cpp/"/**'
|
53
53
|
}
|
54
54
|
|
55
|
-
s.frameworks = 'MetalKit'
|
55
|
+
s.frameworks = ['MetalKit', 'AVFoundation', 'AVKit', 'CoreMedia']
|
56
56
|
|
57
57
|
s.vendored_frameworks = use_graphite ?
|
58
58
|
base_frameworks + graphite_frameworks :
|