expo-modules-autolinking 56.0.10 → 56.0.12

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/CHANGELOG.md CHANGED
@@ -10,6 +10,16 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 56.0.12 — 2026-05-23
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 56.0.11 — 2026-05-21
18
+
19
+ ### 🐛 Bug fixes
20
+
21
+ - [iOS] Update `@shopify/react-native-skia` precompile config for the 2.6.x source layout ([#46081](https://github.com/expo/expo/pull/46081) by [@chrfalch](https://github.com/chrfalch))
22
+
13
23
  ## 56.0.10 — 2026-05-21
14
24
 
15
25
  ### 🎉 New features
@@ -1,209 +1,199 @@
1
1
  {
2
- "$schema": "../../../../../../tools/src/prebuilds/schemas/spm.config.schema.json",
3
- "products": [
2
+ "$schema": "../../../../../../tools/src/prebuilds/schemas/spm.config.schema.json",
3
+ "products": [
4
+ {
5
+ "name": "RNSkia",
6
+ "podName": "react-native-skia",
7
+ "codegenName": "rnskia",
8
+ "platforms": ["iOS(.v16)"],
9
+ "externalDependencies": ["ReactNativeDependencies", "React", "Hermes"],
10
+ "targets": [
4
11
  {
5
- "name": "RNSkia",
6
- "podName": "react-native-skia",
7
- "codegenName": "rnskia",
8
- "platforms": [
9
- "iOS(.v16)"
10
- ],
11
- "externalDependencies": [
12
- "ReactNativeDependencies",
13
- "React",
14
- "Hermes"
15
- ],
16
- "targets": [
17
- {
18
- "type": "framework",
19
- "name": "libskia",
20
- "path": "libs/apple/ios/libskia.xcframework"
21
- },
22
- {
23
- "type": "framework",
24
- "name": "libsvg",
25
- "path": "libs/apple/ios/libsvg.xcframework"
26
- },
27
- {
28
- "type": "framework",
29
- "name": "libskshaper",
30
- "path": "libs/apple/ios/libskshaper.xcframework"
31
- },
32
- {
33
- "type": "framework",
34
- "name": "libskparagraph",
35
- "path": "libs/apple/ios/libskparagraph.xcframework"
36
- },
37
- {
38
- "type": "framework",
39
- "name": "libskunicode_core",
40
- "path": "libs/apple/ios/libskunicode_core.xcframework"
41
- },
42
- {
43
- "type": "framework",
44
- "name": "libskunicode_libgrapheme",
45
- "path": "libs/apple/ios/libskunicode_libgrapheme.xcframework"
46
- },
47
- {
48
- "type": "framework",
49
- "name": "libskottie",
50
- "path": "libs/apple/ios/libskottie.xcframework"
51
- },
52
- {
53
- "type": "framework",
54
- "name": "libsksg",
55
- "path": "libs/apple/ios/libsksg.xcframework"
56
- },
57
- {
58
- "type": "objc",
59
- "name": "rnskia_codegen_modules",
60
- "moduleName": "rnskia",
61
- "path": ".build/codegen/build/generated/ios/ReactCodegen/rnskia",
62
- "pattern": "**/*.mm",
63
- "headerPattern": "**/*.h",
64
- "dependencies": [
65
- "React",
66
- "ReactNativeDependencies"
67
- ],
68
- "includeDirectories": [ ".." ]
69
- },
70
- {
71
- "type": "cpp",
72
- "name": "rnskia_codegen_components",
73
- "moduleName": "rnskia",
74
- "path": ".build/codegen/build/generated/ios/ReactCodegen/react/renderer/components/rnskia",
75
- "pattern": "**/*.cpp",
76
- "headerPattern": "**/*.h",
77
- "dependencies": [
78
- "React",
79
- "ReactNativeDependencies"
80
- ],
81
- "includeDirectories": [ "../../../.." ],
82
- "compilerFlags": {
83
- "common": {
84
- "cxx": [ "-fno-cxx-modules" ]
85
- }
86
- }
87
- },
88
- {
89
- "type": "cpp",
90
- "name": "RNSkia_cpp",
91
- "moduleName": "rnskia",
92
- "path": "cpp",
93
- "pattern": "**/*.cpp",
94
- "headerPattern": "**/*.h",
95
- "exclude": [
96
- "rnskia/RNDawnContext.h",
97
- "rnskia/RNDawnUtils.h",
98
- "rnskia/RNDawnWindowContext.h",
99
- "rnskia/RNDawnWindowContext.cpp",
100
- "rnskia/RNImageProvider.h",
101
- "rnwgpu/**",
102
- "skia/include/**",
103
- "skia/modules/skottie/**",
104
- "skia/modules/skparagraph/**",
105
- "skia/modules/sksg/**",
106
- "skia/modules/skshaper/**",
107
- "skia/modules/skunicode/**",
108
- "skia/modules/svg/**",
109
- "skia/src/**"
110
- ],
111
- "dependencies": [
112
- "React",
113
- "ReactNativeDependencies",
114
- "Hermes",
115
- "libskia",
116
- "libsvg",
117
- "libskshaper",
118
- "libskparagraph",
119
- "libskunicode_core",
120
- "libskunicode_libgrapheme",
121
- "libskottie",
122
- "libsksg"
123
- ],
124
- "includeDirectories": [
125
- ".",
126
- "api",
127
- "skia",
128
- "../.build/codegen/build/generated/ios/ReactCodegen"
129
- ],
130
- "compilerFlags": {
131
- "common": {
132
- "c": [
133
- "-DSK_METAL=1",
134
- "-DSK_GANESH=1",
135
- "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
136
- "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
137
- ],
138
- "cxx": [
139
- "-fno-cxx-modules",
140
- "-DSK_METAL=1",
141
- "-DSK_GANESH=1",
142
- "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
143
- "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
144
- ]
145
- },
146
- "debug": [ "-DHERMES_ENABLE_DEBUGGER=1" ]
147
- },
148
- "publicHeaders": false
149
- },
150
- {
151
- "type": "objc",
152
- "name": "RNSkia",
153
- "path": "apple",
154
- "pattern": "**/*.{m,mm}",
155
- "headerPattern": "**/*.h",
156
- "dependencies": [
157
- "Hermes",
158
- "React",
159
- "ReactNativeDependencies",
160
- "libskia",
161
- "libsvg",
162
- "libskshaper",
163
- "libskparagraph",
164
- "libskunicode_core",
165
- "libskunicode_libgrapheme",
166
- "libskottie",
167
- "libsksg",
168
- "rnskia_codegen_modules",
169
- "rnskia_codegen_components",
170
- "RNSkia_cpp"
171
- ],
172
- "includeDirectories": [
173
- ".",
174
- "../cpp",
175
- "../cpp/rnskia",
176
- "../cpp/jsi",
177
- "../cpp/api",
178
- "../cpp/utils",
179
- "../cpp/skia",
180
- "../.build/codegen/build/generated/ios/ReactCodegen"
181
- ],
182
- "linkedFrameworks": [
183
- "Foundation",
184
- "UIKit",
185
- "Metal",
186
- "MetalKit",
187
- "AVFoundation",
188
- "AVKit",
189
- "CoreMedia",
190
- "QuartzCore",
191
- "CoreGraphics",
192
- "CoreText",
193
- "CoreVideo",
194
- "CoreImage",
195
- "IOSurface"
196
- ],
197
- "compilerFlags": [
198
- "-include", "Foundation/Foundation.h",
199
- "-include", "UIKit/UIKit.h",
200
- "-DSK_METAL=1",
201
- "-DSK_GANESH=1",
202
- "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
203
- "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
204
- ]
205
- }
206
- ]
12
+ "type": "framework",
13
+ "name": "libskia",
14
+ "path": "libs/ios/libskia.xcframework"
15
+ },
16
+ {
17
+ "type": "framework",
18
+ "name": "libsvg",
19
+ "path": "libs/ios/libsvg.xcframework"
20
+ },
21
+ {
22
+ "type": "framework",
23
+ "name": "libskshaper",
24
+ "path": "libs/ios/libskshaper.xcframework"
25
+ },
26
+ {
27
+ "type": "framework",
28
+ "name": "libskparagraph",
29
+ "path": "libs/ios/libskparagraph.xcframework"
30
+ },
31
+ {
32
+ "type": "framework",
33
+ "name": "libskunicode_core",
34
+ "path": "libs/ios/libskunicode_core.xcframework"
35
+ },
36
+ {
37
+ "type": "framework",
38
+ "name": "libskunicode_libgrapheme",
39
+ "path": "libs/ios/libskunicode_libgrapheme.xcframework"
40
+ },
41
+ {
42
+ "type": "framework",
43
+ "name": "libskottie",
44
+ "path": "libs/ios/libskottie.xcframework"
45
+ },
46
+ {
47
+ "type": "framework",
48
+ "name": "libsksg",
49
+ "path": "libs/ios/libsksg.xcframework"
50
+ },
51
+ {
52
+ "type": "objc",
53
+ "name": "rnskia_codegen_modules",
54
+ "moduleName": "rnskia",
55
+ "path": ".build/codegen/build/generated/ios/ReactCodegen/rnskia",
56
+ "pattern": "**/*.mm",
57
+ "headerPattern": "**/*.h",
58
+ "dependencies": ["React", "ReactNativeDependencies"],
59
+ "includeDirectories": [".."]
60
+ },
61
+ {
62
+ "type": "cpp",
63
+ "name": "rnskia_codegen_components",
64
+ "moduleName": "rnskia",
65
+ "path": ".build/codegen/build/generated/ios/ReactCodegen/react/renderer/components/rnskia",
66
+ "pattern": "**/*.cpp",
67
+ "headerPattern": "**/*.h",
68
+ "dependencies": ["React", "ReactNativeDependencies"],
69
+ "includeDirectories": ["../../../.."],
70
+ "compilerFlags": {
71
+ "common": {
72
+ "cxx": ["-fno-cxx-modules"]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "type": "cpp",
78
+ "name": "RNSkia_cpp",
79
+ "moduleName": "rnskia",
80
+ "path": "cpp",
81
+ "pattern": "**/*.cpp",
82
+ "headerPattern": "**/*.h",
83
+ "exclude": [
84
+ "rnskia/RNDawnContext.h",
85
+ "rnskia/RNDawnUtils.h",
86
+ "rnskia/RNDawnWindowContext.h",
87
+ "rnskia/RNDawnWindowContext.cpp",
88
+ "rnskia/RNImageProvider.h",
89
+ "rnwgpu/**",
90
+ "skia/include/**",
91
+ "skia/modules/skottie/**",
92
+ "skia/modules/skparagraph/**",
93
+ "skia/modules/sksg/**",
94
+ "skia/modules/skshaper/**",
95
+ "skia/modules/skunicode/**",
96
+ "skia/modules/svg/**",
97
+ "skia/src/**"
98
+ ],
99
+ "dependencies": [
100
+ "React",
101
+ "ReactNativeDependencies",
102
+ "Hermes",
103
+ "libskia",
104
+ "libsvg",
105
+ "libskshaper",
106
+ "libskparagraph",
107
+ "libskunicode_core",
108
+ "libskunicode_libgrapheme",
109
+ "libskottie",
110
+ "libsksg"
111
+ ],
112
+ "includeDirectories": [
113
+ ".",
114
+ "api",
115
+ "skia",
116
+ "../.build/codegen/build/generated/ios/ReactCodegen"
117
+ ],
118
+ "compilerFlags": {
119
+ "common": {
120
+ "c": [
121
+ "-DSK_METAL=1",
122
+ "-DSK_GANESH=1",
123
+ "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
124
+ "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
125
+ ],
126
+ "cxx": [
127
+ "-fno-cxx-modules",
128
+ "-DSK_METAL=1",
129
+ "-DSK_GANESH=1",
130
+ "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
131
+ "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
132
+ ]
133
+ },
134
+ "debug": ["-DHERMES_ENABLE_DEBUGGER=1"]
135
+ },
136
+ "publicHeaders": false
137
+ },
138
+ {
139
+ "type": "objc",
140
+ "name": "RNSkia",
141
+ "path": "apple",
142
+ "pattern": "**/*.{m,mm}",
143
+ "headerPattern": "**/*.h",
144
+ "dependencies": [
145
+ "Hermes",
146
+ "React",
147
+ "ReactNativeDependencies",
148
+ "libskia",
149
+ "libsvg",
150
+ "libskshaper",
151
+ "libskparagraph",
152
+ "libskunicode_core",
153
+ "libskunicode_libgrapheme",
154
+ "libskottie",
155
+ "libsksg",
156
+ "rnskia_codegen_modules",
157
+ "rnskia_codegen_components",
158
+ "RNSkia_cpp"
159
+ ],
160
+ "includeDirectories": [
161
+ ".",
162
+ "../cpp",
163
+ "../cpp/rnskia",
164
+ "../cpp/jsi",
165
+ "../cpp/api",
166
+ "../cpp/utils",
167
+ "../cpp/skia",
168
+ "../.build/codegen/build/generated/ios/ReactCodegen"
169
+ ],
170
+ "linkedFrameworks": [
171
+ "Foundation",
172
+ "UIKit",
173
+ "Metal",
174
+ "MetalKit",
175
+ "AVFoundation",
176
+ "AVKit",
177
+ "CoreMedia",
178
+ "QuartzCore",
179
+ "CoreGraphics",
180
+ "CoreText",
181
+ "CoreVideo",
182
+ "CoreImage",
183
+ "IOSurface"
184
+ ],
185
+ "compilerFlags": [
186
+ "-include",
187
+ "Foundation/Foundation.h",
188
+ "-include",
189
+ "UIKit/UIKit.h",
190
+ "-DSK_METAL=1",
191
+ "-DSK_GANESH=1",
192
+ "-DSK_IMAGE_READ_PIXELS_DISABLE_LEGACY_API=1",
193
+ "-DSK_DISABLE_LEGACY_SHAPER_FACTORY=1"
194
+ ]
207
195
  }
208
- ]
196
+ ]
197
+ }
198
+ ]
209
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-modules-autolinking",
3
- "version": "56.0.10",
3
+ "version": "56.0.12",
4
4
  "description": "Scripts that autolink Expo modules.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -44,12 +44,12 @@
44
44
  "expo-module-scripts": "56.0.2"
45
45
  },
46
46
  "dependencies": {
47
- "@expo/require-utils": "^56.1.2",
47
+ "@expo/require-utils": "^56.1.3",
48
48
  "@expo/spawn-async": "^1.8.0",
49
49
  "chalk": "^4.1.0",
50
50
  "commander": "^7.2.0"
51
51
  },
52
- "gitHead": "21335e5c121427f1d1d422ab80656b893c341baf",
52
+ "gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45",
53
53
  "scripts": {
54
54
  "build": "expo-module build",
55
55
  "clean": "expo-module clean",