@amazon-devices/expo-image-manipulator provides an API to modify images stored on the local file system.
Installation
-
Add the JavaScript library dependency in the
package.jsonfile. -
Reinstall dependencies using
npm installcommand.
Example
The example below demonstrates how to perform a single manipulation on the image.API reference
Check out the dedicated documentation page for info about this library, API reference and more: Official Expo documentation for expo-image-manipulator.Methods
Implementation details
saveOptions.compress- compress currently doesn’t work on Vega, images are always saved with the highest quality (as if value1.0was passed).

