Skip to content

Commit 716b7bf

Browse files
Add conversions.h to override.json (#15424)
* Adding override for conversions.h * Change files
1 parent 8235278 commit 716b7bf

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Adding override for conversions.h",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

vnext/overrides.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@
178178
"baseFile": "packages/react-native/ReactCommon/react/renderer/components/view/accessibilityPropsConversions.h",
179179
"baseHash": "4b2822199233e660f36c01df18fbbff7799968cc"
180180
},
181+
{
182+
"type": "patch",
183+
"file": "ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/components/view/conversions.h",
184+
"baseFile": "packages/react-native/ReactCommon/react/renderer/components/view/conversions.h",
185+
"baseHash": "3487b9dcde51614425687a31b10923c67a2f1d52",
186+
"issue": 14698
187+
},
181188
{
182189
"type": "patch",
183190
"file": "ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/ShadowNode.cpp",
@@ -484,6 +491,14 @@
484491
"baseFile": "packages/react-native/Libraries/Components/View/ViewPropTypes.js",
485492
"baseHash": "d04b64a97b6040611d96b909c41230c1a350ebe6"
486493
},
494+
{
495+
"type": "platform",
496+
"file": "src-win/Libraries/Components/Xaml/XamlHost.d.ts"
497+
},
498+
{
499+
"type": "platform",
500+
"file": "src-win/Libraries/Components/Xaml/XamlHost.windows.js"
501+
},
487502
{
488503
"type": "patch",
489504
"file": "src-win/Libraries/Core/Devtools/loadBundleFromServer.windows.js",
@@ -672,6 +687,10 @@
672687
"baseFile": "packages/react-native/src/private/specs_DEPRECATED/components/RCTModalHostViewNativeComponent.js",
673688
"baseHash": "6de61fb2342d9cdfad73a28c8d9cf39d2097a34b"
674689
},
690+
{
691+
"type": "platform",
692+
"file": "src-win/src/private/specs_DEPRECATED/components/Xaml/XamlHostNativeComponent.js"
693+
},
675694
{
676695
"type": "platform",
677696
"file": "src-win/src/private/specs_DEPRECATED/modules/NativeAppTheme.js"
@@ -687,18 +706,6 @@
687706
"file": "src-win/src/private/specs_DEPRECATED/modules/NativePlatformConstantsWindows.js",
688707
"baseFile": "packages/react-native/src/private/specs_DEPRECATED/modules/NativePlatformConstantsAndroid.js",
689708
"baseHash": "365c5df75b38b129d364af3f6700cb206ce5bd2a"
690-
},
691-
{
692-
"type": "platform",
693-
"file": "src-win/Libraries/Components/Xaml/XamlHost.d.ts"
694-
},
695-
{
696-
"type": "platform",
697-
"file": "src-win/Libraries/Components/Xaml/XamlHost.windows.js"
698-
},
699-
{
700-
"type": "platform",
701-
"file": "src-win/src/private/specs_DEPRECATED/components/Xaml/XamlHostNativeComponent.js"
702709
}
703710
]
704711
}

0 commit comments

Comments
 (0)