We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b497533 commit c4d7c63Copy full SHA for c4d7c63
1 file changed
packages/react-native/scripts/ios-prebuild/headers-config.js
@@ -217,6 +217,13 @@ const PodspecExceptions /*: {[key: string]: PodSpecConfiguration} */ = {
217
},
218
],
219
220
+ // Yoga should preserve its directory structure
221
+ 'ReactCommon/yoga/Yoga.podspec': {
222
+ name: 'Yoga',
223
+ headerPatterns: ['yoga/**/*.h'],
224
+ headerDir: 'yoga',
225
+ preservePaths: ['yoga/**/*.h'],
226
+ },
227
228
// ReactCommon.podspec has multiple subspecs with different header_dir values
229
// that the generic parser cannot handle (it only extracts the first header_dir).
0 commit comments