Skip to content

Commit 8da5fb0

Browse files
committed
tidy up react-native patches
1 parent 1cff511 commit 8da5fb0

25 files changed

Lines changed: 111 additions & 0 deletions

patches/react-native/details.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# `react-native` patches
2+
3+
### [react-native+0.77.1+001+initial.patch](react-native+0.77.1+001+initial.patch)
4+
5+
// TODO
6+
7+
### [react-native+0.77.1+002+fixMVCPAndroid.patch](react-native+0.77.1+002+fixMVCPAndroid.patch)
8+
9+
// TODO
10+
11+
### [react-native+0.77.1+003+disableTextInputRecycling.patch](react-native+0.77.1+003+disableTextInputRecycling.patch)
12+
13+
// TODO
14+
15+
### [react-native+0.77.1+004+iOSFontResolution.patch](react-native+0.77.1+004+iOSFontResolution.patch)
16+
17+
// TODO
18+
19+
### [react-native+0.77.1+005+resetAutoresizingOnView.patch](react-native+0.77.1+005+resetAutoresizingOnView.patch)
20+
21+
// TODO
22+
23+
### [react-native+0.77.1+006+disableNonTranslucentStatusBar.patch](react-native+0.77.1+006+disableNonTranslucentStatusBar.patch)
24+
25+
// TODO
26+
27+
### [react-native+0.77.1+007+TextInput.patch](react-native+0.77.1+007+TextInput.patch)
28+
29+
// TODO
30+
31+
### [react-native+0.77.1+008+iOSCoreAnimationBorderRendering.patch](react-native+0.77.1+008+iOSCoreAnimationBorderRendering.patch)
32+
33+
// TODO
34+
35+
### [react-native+0.77.1+009+copyStateOnClone.patch](react-native+0.77.1+009+copyStateOnClone.patch)
36+
37+
// TODO
38+
39+
### [react-native+0.77.1+010+textinput-clear-command.patch](react-native+0.77.1+010+textinput-clear-command.patch)
40+
41+
// TODO
42+
43+
### [react-native+0.77.1+011+Add-onPaste-to-TextInput.patch](react-native+0.77.1+011+Add-onPaste-to-TextInput.patch)
44+
45+
- Reasons:
46+
- Adds `onPaste` callback to `TextInput` to support image pasting on native
47+
- Fixes an issue where pasted image displays as binary text on some Android devices where rich clipboard data is stored in binary form
48+
- Fixes an issue where pasting from WPS Office app crashes the app on Android where its content URI is not recognized by Android `ContentResolver`
49+
- Upstream PR/issue: https://github.com/facebook/react-native/pull/45425
50+
- Upstream RFC: https://github.com/s77rt/discussions-and-proposals/blob/TextInput-onPaste/proposals/0000-textinput-onpaste.md
51+
- E/App issue:
52+
- https://github.com/Expensify/App/issues/41239
53+
- https://github.com/Expensify/App/issues/55304
54+
- https://github.com/Expensify/App/issues/63191
55+
- PR Introducing Patch: [#47203](https://github.com/Expensify/App/pull/47203)
56+
57+
### [react-native+0.77.1+012+alert-style.patch](react-native+0.77.1+012+alert-style.patch)
58+
59+
// TODO
60+
61+
### [react-native+0.77.1+013+fixNavigationAnimations.patch](react-native+0.77.1+013+fixNavigationAnimations.patch)
62+
63+
// TODO
64+
65+
### [react-native+0.77.1+014+fixScrollViewState.patch](react-native+0.77.1+014+fixScrollViewState.patch)
66+
67+
// TODO
68+
69+
### [react-native+0.77.1+015+redactAppParameters.patch](react-native+0.77.1+015+redactAppParameters.patch)
70+
71+
// TODO
72+
73+
### [react-native+0.77.1+016+android-keyboard-avoiding-view.patch](react-native+0.77.1+016+android-keyboard-avoiding-view.patch)
74+
75+
// TODO
76+
77+
### [react-native+0.77.1+017+fix-mask-persisting-recycling.patch](react-native+0.77.1+017+fix-mask-persisting-recycling.patch)
78+
79+
// TODO
80+
81+
### [react-native+0.77.1+018+fix-text-selecting-on-change.patch](react-native+0.77.1+018+fix-text-selecting-on-change.patch)
82+
83+
// TODO
84+
85+
### [react-native+0.77.1+019+fix-scroll-view-jump.patch](react-native+0.77.1+019+fix-scroll-view-jump.patch)
86+
87+
// TODO
88+
89+
### [react-native+0.77.1+020+fix-dropping-mutations-in-transactions.patch](react-native+0.77.1+020+fix-dropping-mutations-in-transactions.patch)
90+
91+
// TODO
92+
93+
### [react-native+0.77.1+021+fix-crash-when-deleting-expense.patch](react-native+0.77.1+021+fix-crash-when-deleting-expense.patch)
94+
95+
// TODO
96+
97+
### [react-native+0.77.1+022+disable-suggestion-pop-up.patch](react-native+0.77.1+022+disable-suggestion-pop-up.patch)
98+
99+
// TODO
100+
101+
### [react-native+0.77.1+023+dont-enable-height-centering.patch](react-native+0.77.1+023+dont-enable-height-centering.patch)
102+
103+
// TODO
104+
105+
### [react-native+0.77.1+024+fix-surface-stopped-before-started.patch](react-native+0.77.1+024+fix-surface-stopped-before-started.patch)
106+
107+
// TODO
108+
109+
### [react-native+0.77.1+025.patch](react-native+0.77.1+025.patch)
110+
111+
// TODO
File renamed without changes.

patches/react-native+0.79.2+002+fixMVCPAndroid.patch renamed to patches/react-native/react-native+0.79.2+002+fixMVCPAndroid.patch

File renamed without changes.

patches/react-native+0.79.2+003+disableTextInputRecycling.patch renamed to patches/react-native/react-native+0.79.2+003+disableTextInputRecycling.patch

File renamed without changes.

patches/react-native+0.79.2+004+iOSFontResolution.patch renamed to patches/react-native/react-native+0.79.2+004+iOSFontResolution.patch

File renamed without changes.

patches/react-native+0.79.2+005+resetAutoresizingOnView.patch renamed to patches/react-native/react-native+0.79.2+005+resetAutoresizingOnView.patch

File renamed without changes.

patches/react-native+0.79.2+006+disableNonTranslucentStatusBar.patch renamed to patches/react-native/react-native+0.79.2+006+disableNonTranslucentStatusBar.patch

File renamed without changes.

patches/react-native+0.79.2+007+TextInput.patch renamed to patches/react-native/react-native+0.79.2+007+TextInput.patch

File renamed without changes.

patches/react-native+0.79.2+008+iOSCoreAnimationBorderRendering.patch renamed to patches/react-native/react-native+0.79.2+008+iOSCoreAnimationBorderRendering.patch

File renamed without changes.

patches/react-native+0.79.2+009+copyStateOnClone.patch renamed to patches/react-native/react-native+0.79.2+009+copyStateOnClone.patch

File renamed without changes.

0 commit comments

Comments
 (0)