Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[React Native] request cancel image upload (#14391)
* added hook blocks.onRemoveBlockCheckUpload called in componentWillUnmount to make sure to cancel upload if block is deleted * removed unused import * moving bridge-specific code to Image component - if the filter exists and returns true, the upload cancellation will be requested * using hook actions instead of filters
- Loading branch information