Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions patches/react-native/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
### [react-native+0.83.1+011+Add-onPaste-to-TextInput.patch](react-native+0.83.1+011+Add-onPaste-to-TextInput.patch)

- Reasons:
- Adds `onPaste` callback to `TextInput` to support image and file pasting on native
- Adds `onPaste` callback to `TextInput` to support image pasting on native
- Fixes an issue where pasted image displays as binary text on some Android devices where rich clipboard data is stored in binary form
- Fixes an issue where pasting from WPS Office app crashes the app on Android where its content URI is not recognized by Android `ContentResolver`
- Fixes an issue where mentions copied from mWeb and pasted on Android are not displayed.
Expand Down Expand Up @@ -174,7 +174,7 @@
```
This patch restores the old InteractionManager behavior. React Native 0.80 deprecated InteractionManager and modified
it to behave like `setImmediate`, more info here - https://github.com/facebook/react-native/blob/d9262c60f4c02d66417008970dc9c34b742aaa75/CHANGELOG.md?plain=1#L597

We need to restore the previous behavior to avoid introducing any bugs in the app.
Bug example - https://github.com/Expensify/App/pull/69535#issuecomment-3443059319
```
Expand Down
Loading
Loading