expo-modules-autolinking 56.0.10 → 56.0.11
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,12 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 56.0.11 — 2026-05-21
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug fixes
|
|
16
|
+
|
|
17
|
+
- [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))
|
|
18
|
+
|
|
13
19
|
## 56.0.10 — 2026-05-21
|
|
14
20
|
|
|
15
21
|
### 🎉 New features
|
|
@@ -1,209 +1,199 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
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.
|
|
3
|
+
"version": "56.0.11",
|
|
4
4
|
"description": "Scripts that autolink Expo modules.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"chalk": "^4.1.0",
|
|
50
50
|
"commander": "^7.2.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "expo-module build",
|
|
55
55
|
"clean": "expo-module clean",
|