Skip to content

Commit 5644105

Browse files
dcalhounsirreal
andauthored
docs: Describe patch files (#67603)
Provide rationale for patch-package modifications. Co-authored-by: dcalhoun <[email protected]> Co-authored-by: sirreal <[email protected]>
1 parent 2205e5f commit 5644105

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

patches/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,16 @@ See https://github.com/facebook/react/pull/17883.
2424

2525
### `patches/react-devtools-core+4.28.5.patch`
2626

27-
No notes.
27+
The mobile editor relies upon `jsdom-jscore-rn` to create a partial DOM
28+
environment, which causes `react-devtools-core` to believe it's running in a
29+
browser environment. We added a custom conditional to disable browser-specific
30+
features when running in a `jsdom-jscore-rn` environment.
31+
32+
See https://github.com/WordPress/gutenberg/pull/47616.
2833

2934
### `patches/react-native+0.73.3.patch`
3035

31-
No notes.
36+
Accessibility changes in React Native 0.73.0 resulted in a broken braille screen
37+
input on iOS. This patch is a workaround to restore the previous behavior.
38+
39+
See https://github.com/WordPress/gutenberg/pull/53895.

0 commit comments

Comments
 (0)