callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
366 stars 117 forks source link

Allow pass `headers` #146

Closed retyui closed 4 months ago

retyui commented 4 months ago

Summary

Fix: https://github.com/callstack/react-native-image-editor/issues/66

Test plan

Data

headers: {
      'x-string': 'my string',
},

Android

Screenshot 2024-03-01 at 00 06 24

iOS

Screenshot 2024-02-29 at 23 41 41

Web

Screenshot 2024-03-01 at 00 49 03