Skip to content

Commit 9308c3b

Browse files
authored
Revert "Multi file upload support (v2)"
1 parent f20e7e9 commit 9308c3b

7 files changed

Lines changed: 185 additions & 619 deletions

File tree

patches/react-native/details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
### [react-native+0.83.1+011+Add-onPaste-to-TextInput.patch](react-native+0.83.1+011+Add-onPaste-to-TextInput.patch)
7676

7777
- Reasons:
78-
- Adds `onPaste` callback to `TextInput` to support image and file pasting on native
78+
- Adds `onPaste` callback to `TextInput` to support image pasting on native
7979
- Fixes an issue where pasted image displays as binary text on some Android devices where rich clipboard data is stored in binary form
8080
- Fixes an issue where pasting from WPS Office app crashes the app on Android where its content URI is not recognized by Android `ContentResolver`
8181
- Fixes an issue where mentions copied from mWeb and pasted on Android are not displayed.
@@ -174,7 +174,7 @@
174174
```
175175
This patch restores the old InteractionManager behavior. React Native 0.80 deprecated InteractionManager and modified
176176
it to behave like `setImmediate`, more info here - https://github.com/facebook/react-native/blob/d9262c60f4c02d66417008970dc9c34b742aaa75/CHANGELOG.md?plain=1#L597
177-
177+
178178
We need to restore the previous behavior to avoid introducing any bugs in the app.
179179
Bug example - https://github.com/Expensify/App/pull/69535#issuecomment-3443059319
180180
```

0 commit comments

Comments
 (0)