File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,16 @@ See https://github.com/facebook/react/pull/17883.
24
24
25
25
### ` patches/react-devtools-core+4.28.5.patch `
26
26
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 .
28
33
29
34
### ` patches/react-native+0.73.3.patch `
30
35
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 .
You can’t perform that action at this time.
0 commit comments