Skip to content

Commit 504c2d7

Browse files
committed
add details.md entry for patch
1 parent 581bf35 commit 504c2d7

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

patches/react-native/details.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,17 @@
7474

7575
### [react-native+0.79.2+011+Add-onPaste-to-TextInput.patch](react-native+0.79.2+011+Add-onPaste-to-TextInput.patch)
7676

77-
- Reason: Adds onPaste event handler to TextInput component
78-
- Upstream PR/issue: 🛑
79-
- E/App issue: 🛑
80-
- PR Introducing Patch: 🛑
77+
- Reasons:
78+
- Adds `onPaste` callback to `TextInput` to support image pasting on native
79+
- Fixes an issue where pasted image displays as binary text on some Android devices where rich clipboard data is stored in binary form
80+
- Fixes an issue where pasting from WPS Office app crashes the app on Android where its content URI is not recognized by Android `ContentResolver`
81+
- Upstream PR/issue: https://github.com/facebook/react-native/pull/45425
82+
- Upstream RFC: https://github.com/s77rt/discussions-and-proposals/blob/TextInput-onPaste/proposals/0000-textinput-onpaste.md
83+
- E/App issue:
84+
- https://github.com/Expensify/App/issues/41239
85+
- https://github.com/Expensify/App/issues/55304
86+
- https://github.com/Expensify/App/issues/63191
87+
- PR Introducing Patch: [#47203](https://github.com/Expensify/App/pull/47203)
8188

8289
### [react-native+0.79.2+012+alert-style.patch](react-native+0.79.2+012+alert-style.patch)
8390

0 commit comments

Comments
 (0)